8000 fix method name in doc · matplotlib/matplotlib@184ceb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 184ceb4

Browse files
authored
fix method name in doc
1 parent c0c3627 commit 184ceb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/misc/zorder_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
###############################################################################
6363
# Many functions that create a visible object accepts a ``zorder`` parameter.
64-
# Alternatively, you can call ``set_order()`` on the created object later.
64+
# Alternatively, you can call ``set_zorder()`` on the created object later.
6565

6666
x = np.linspace(0, 7.5, 100)
6767
plt.rcParams['lines.linewidth'] = 5

0 commit comments

Comments
 (0)
0