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

Skip to content

Commit b8cb6c3

Browse files
committed
Merge pull request #2940 from mineo/doc-fixes
Fix some documentation mistakes
2 parents 998676a + 27dfd88 commit b8cb6c3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

lib/matplotlib/ticker.py

Lines changed: 4 additions & 6 deletions
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

@@ -209,11 +209,9 @@ def set_locs(self, locs):
209209

210210
def fix_minus(self, s):
211211
"""
212-
some classes may want to replace a hyphen for minus with the
213-
proper unicode symbol as described `here
214-
<http://sourceforge.net/tracker/index.php?func=detail&aid=1962574&
215-
group_id=80706&atid=560720>`_.
216-
The default is to do nothing
212+
Some classes may want to replace a hyphen for minus with the
213+
proper unicode symbol (U+2212) for typographical correctness.
214+
The default is to not replace it.
217215
218216
Note, if you use this method, e.g., in :meth:`format_data` or
219217
call, you probably don't want to use it for

0 commit comments

Comments
 (0)