We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94747d6 commit af62ad2Copy full SHA for af62ad2
lib/matplotlib/scale.py
@@ -75,7 +75,7 @@ def __init__(self, axis):
75
The following note is for scale implementers.
76
77
For back-compatibility reasons, scales take an `~matplotlib.axis.Axis`
78
- object as the first argument.
+ object as the first argument.
79
80
The current recommendation for `.ScaleBase` subclasses is to have the
81
*axis* parameter for API compatibility, but not make use of it. This is
0 commit comments