Skip to content

Commit 2c17fdc

Browse files
committed
Update documentation
1 parent b661495 commit 2c17fdc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_sources/chap09.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2405,7 +2405,7 @@
24052405
"id": "8fc79a2f",
24062406
"metadata": {},
24072407
"source": [
2408-
"Of if you want them in a string, you can use the `join` method."
2408+
"Or if you want them in a string, you can use the `join` method."
24092409
]
24102410
},
24112411
{

chap09.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ <h3><span class="section-number">9.15.3. </span>Exercise<a class="headerlink" hr
13641364
</div>
13651365
</div>
13661366
</div>
1367-
<p>Of if you want them in a string, you can use the <code class="docutils literal notranslate"><span class="pre">join</span></code> method.</p>
1367+
<p>Or if you want them in a string, you can use the <code class="docutils literal notranslate"><span class="pre">join</span></code> method.</p>
13681368
<div class="cell docutils container">
13691369
<div class="cell_input docutils container">
13701370
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="s1">&#39;&#39;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="nb">reversed</span><span class="p">(</span><span class="s1">&#39;parrot&#39;</span><span class="p">))</span>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)