Skip to content

Commit af62ad2

Browse files
authored
Update lib/matplotlib/scale.py
1 parent 94747d6 commit af62ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, axis):
7575
The following note is for scale implementers.
7676
7777
For back-compatibility reasons, scales take an `~matplotlib.axis.Axis`
78-
object as the first argument.
78+
object as the first argument.
7979
8080
The current recommendation for `.ScaleBase` subclasses is to have the
8181
*axis* parameter for API compatibility, but not make use of it. This is

0 commit comments

Comments
 (0)