Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e3fcdb

Browse files
committed
Fixed wording and linked docs for pyplot.show
1 parent fdd9869 commit 5e3fcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/style_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Examples of Python code have comments before or on the same line.
171171
Outputs
172172
^^^^^^^
173173
When generating visuals with Matplotlib using ``.py`` files in examples,
174-
display the visual with ``show()`` to provide display the visual.
174+
display the visual with `matplotlib.pyplot.show` to display the visual.
175175
Keep the documentation clear of Python output lines.
176176

177177
+------------------------------------+------------------------------------+

0 commit comments

Comments
 (0)