8000 Fix doc tilde · matplotlib/matplotlib@00de51b · GitHub
[go: up one dir, main page]

Skip to content

Commit 00de51b

Browse files
committed
Fix doc tilde
1 parent cdaadb8 commit 00de51b

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
@@ -2541,7 +2541,7 @@ def stem(self, *args, linefmt=None, markerfmt=None, basefmt=None, bottom=0,
25412541
25422542
use_line_collection : bool, optional, default: False
25432543
If ``True``, store and plot the stem lines as a
2544-
~`.collections.LineCollection` instead of individual lines. This
2544+
`~.collections.LineCollection` instead of individual lines. This
25452545
significantly increases performance, and will become the default
25462546
option in Matplotlib 3.3. If ``False``, defaults to old behaviour.
25472547

0 commit comments

Comments
 (0)
0