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

Skip to content

Commit afce303

Browse files
authored
Update lib/matplotlib/pyplot.py
1 parent 1fa70c6 commit afce303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ def figlegend(*args, **kwargs) -> Legend:
11341134

11351135
@_docstring.dedent_interpd
11361136
def axes(
1137-
arg: None | tuple(float, float, float, float) = None,
1137+
arg: None | tuple[float, float, float, float] = None,
11381138
**kwargs
11391139
) -> matplotlib.axes.Axes:
11401140
"""

0 commit comments

Comments
 (0)