Skip to content

Commit 2b21148

Browse files
authored
Merge pull request #9191 from et2010/patch-1
Fix typo
2 parents fdb414f + 328dda5 commit 2b21148

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
@@ -1391,7 +1391,7 @@ def plot(self, *args, **kwargs):
13911391
13921392
The *kwargs* can be used to set line properties (any property that has
13931393
a ``set_*`` method). You can use this to set a line label (for auto
1394-
legends), linewidth, anitialising, marker face color, etc. Here is an
1394+
legends), linewidth, antialiasing, marker face color, etc. Here is an
13951395
example::
13961396
13971397
plot([1,2,3], [1,2,3], 'go-', label='line 1', linewidth=2)

0 commit comments

Comments
 (0)