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

Skip to content

Commit ae71170

Browse files
committed
'an' -> 'and'
1 parent 998676a commit ae71170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
ax.yaxis.set_minor_formatter( yminorFormatter )
119119
120120
See :ref:`pylab_examples-major_minor_demo1` for an example of setting
121-
major an minor ticks. See the :mod:`matplotlib.dates` module for
121+
major and minor ticks. See the :mod:`matplotlib.dates` module for
122122
more information and examples of using date locators and formatters.
123123
"""
124124

0 commit comments

Comments
 (0)