8000 Minor markup fix. · matplotlib/matplotlib@08288af · GitHub
[go: up one dir, main page]

Skip to content

Commit 08288af

Browse files
committed
Minor markup fix.
(Otherwise the rst parser sees that line as two separate entries in the table.)
1 parent 39694f2 commit 08288af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/lines.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ def set_markevery(self, every):
544544
545545
Parameters
546546
----------
547-
every: None | int | length-2 tuple of int | slice | list/array of int |
548-
float | length-2 tuple of float
50D7 547+
every: None | int | length-2 tuple of int | slice | list/array of int \
548+
| float | length-2 tuple of float
549549
Which markers to plot.
550550
551551
- every=None, every point will be plotted.

0 commit comments

Comments
 (0)
0