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

Skip to content

Commit 880687f

Browse files
committed
ppyplot --> pyplot
1 parent 21316b4 commit 880687f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/major_minor_demo1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
some base. The FormatStrFormatter uses a string format string (e.g.,
1919
'%d' or '%1.2f' or '%1.1f cm' ) to format the tick
2020
21-
The ppyplot interface grid command changes the grid settings of the
21+
The pyplot interface grid command changes the grid settings of the
2222
major ticks of the y and y axis together. If you want to control the
2323
grid of the minor ticks for a given axis, use for example
2424

0 commit comments

Comments
 (0)