Skip to content

Commit e54330d

Browse files
committed
walkthrough typo
1 parent 5ae1c5a commit e54330d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/auto-examples/walkthrough.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
</div>
523523
<br />
524524
<br /><p>Oh, but that was a blunder. Moves can be undone with <code class="xref py py-func docutils literal notranslate"><span class="pre">Board.undo()</span></code>, which returns
525-
the last <code class="xref py py-class docutils literal notranslate"><span class="pre">Move</span></code> applied. Getting the <code class="docutils literal notranslate"><span class="pre">str`</span></code> of a <code class="xref py py-class docutils literal notranslate"><span class="pre">Move</span></code> renders the move
525+
the last <code class="xref py py-class docutils literal notranslate"><span class="pre">Move</span></code> applied. Getting the <code class="docutils literal notranslate"><span class="pre">str</span></code> of a <code class="xref py py-class docutils literal notranslate"><span class="pre">Move</span></code> renders the move
526526
in UCI long algebraic notation.</p>
527527
<div class="highlight-Python notranslate"><div class="highlight"><pre><span></span><span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Undoing &quot;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">board</span><span class="o">.</span><span class="n">undo</span><span class="p">()))</span>
528528
<span class="n">board</span>
@@ -565,7 +565,7 @@
565565
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>False
566566
</pre></div>
567567
</div>
568-
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.008 seconds)</p>
568+
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.005 seconds)</p>
569569
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-walkthrough-py">
570570
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
571571
<p><a class="reference download internal" download="" href="../_downloads/f91d9fd54f04fe335ffcd930016eef05/walkthrough.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">walkthrough.ipynb</span></code></a></p>

0 commit comments

Comments
 (0)