E57D fix flake8 error · matplotlib/matplotlib@6d93918 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d93918

Browse files
authored
fix flake8 error
1 parent 0b0ea4e commit 6d93918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ def axline(self, xy1, xy2=None, *, slope=None, **kwargs):
855855

856856
datalim = [xy1] if xy2 is None else [xy1, xy2]
857857
if "transform" in kwargs:
858-
# if a transform is passed (i.e. line points are not in data space),
858+
# if a transform is passed (i.e. line points not in data space),
859859
# data limits should not be adjusted.
860860
datalim = []
861861

0 commit comments

Comments
 (0)
0