8000 Update lib/matplotlib/scale.py · matplotlib/matplotlib@335fcd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 335fcd5

Browse files
vagnermcjtimhoffm
andauthored
Update lib/matplotlib/scale.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent de434ee commit 335fcd5

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
@@ -106,7 +106,7 @@ def limit_range_for_scale(self, vmin, vmax, minpos):
106106

107107
def _make_axis_parameter_optional(init_func):
108108
"""
109-
Decorator to handle the optional *axis* parameter in scale constructors.
109+
Decorator to allow leaving out the *axis* parameter in scale constructors.
110110
111111
This decorator ensures backward compatibility for scale classes that
112112
previously required an *axis* parameter. It allows constructors to work

0 commit comments

Comments
 (0)
0