8000 Fix missed apostraphe · chrodan/matplotlib@713e0bc · GitHub
[go: up one dir, main page]

Skip to cont 8000 ent

Commit 713e0bc

Browse files
committed
Fix missed apostraphe
1 parent d0399c3 commit 713e0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3700,7 +3700,7 @@ def vlines(self, x, ymin, ymax, colors='k', linestyles='solid',
37003700
heights of the lines are determined by *ymin* and *ymax*.
37013701
37023702
*colors* :
3703-
A line collection`s color args, either a single color
3703+
A line collection's color args, either a single color
37043704
or a ``len(x)`` list of colors
37053705
37063706
*linestyles* : [ 'solid' | 'dashed' | 'dashdot' | 'dotted' ]

0 commit comments

Comments
 (0)
0