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

Skip to content

Commit cdd1516

Browse files
committed
Ruff checks
1 parent 0d81750 commit cdd1516

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/scale.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ def _make_axis_parameter_optional(init_func):
111111
This decorator ensures backward compatibility for scale classes that
112112
previously required an *axis* parameter. It allows constructors to be
113113
callerd with or without the *axis* parameter.
114-
115-
For simplicity, this does not handle the case when *axis* is passed as a keyword. Howver,
114+
115+
For simplicity, this does not handle the case when *axis*
116+
is passed as a keyword. Howver,
116117
scanning GitHub, there's no evidence that that is used anywhere.
117118
118119
Parameters

0 commit comments

Comments
 (0)