Skip to content

Commit 2fe9ef9

Browse files
timhoffmstory645
andauthored
Apply suggestions from code review
Co-authored-by: hannah <story645@gmail.com>
1 parent 10eca97 commit 2fe9ef9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/scale.py

Lines changed: 3 additions & 3 deletions
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 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
@@ -242,8 +242,8 @@ def __init__(self, axis, functions):
242242
The axis for the scale.
243243
244244
.. note::
245-
This parameter is unused and about to be removed in the future.
246-
It can already now be left out because of special preprocessing,
245+
This parameter is unused and will be removed in an imminent release.
246+
It can already be left out because of special preprocessing,
247247
so that ``FuncScale(functions)`` is valid.
248248
249249
functions : (callable, callable)

0 commit comments

Comments
 (0)