Skip to content

Commit 478102d

Browse files
committed
remove the return in the stockmarket example that let me build the docs on my machine.
1 parent a0dbb81 commit 478102d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

0.17/_downloads/plot_stock_market.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
axis.
6161
"""
6262
print(__doc__)
63-
return
6463

6564
# Author: Gael Varoquaux [email protected]
6665
# License: BSD 3 clause

0.17/auto_examples/applications/plot_stock_market.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ <h2>Visualization<a class="headerlink" href="#visualization" title="Permalink to
220220
axis.</p>
221221
<p class="horizontal"><strong>Python source code:</strong> <a class="reference download internal" href="../../_downloads/plot_stock_market.py"><tt class="xref download docutils literal"><span class="pre">plot_stock_market.py</span></tt></a></p>
222222
<div class="highlight-python"><div class="highlight"><pre><span class="k">print</span><span class="p">(</span><span class="n">__doc__</span><span class="p">)</span>
223-
<span class="k">return</span>
224223

225224
<span class="c"># Author: Gael Varoquaux [email protected]</span>
226225
<span class="c"># License: BSD 3 clause</span>
@@ -469,4 +468,4 @@ <h2>Visualization<a class="headerlink" href="#visualization" title="Permalink to
469468
customSearchControl.draw('cse', options); }, true);
470469
</script>
471470
</body>
472-
</html>
471+
</html>

0 commit comments

Comments
 (0)