8000 Fix Sphinx error · matplotlib/matplotlib@65aa16e · GitHub
[go: up one dir, main page]

Skip to content

Commit 65aa16e

Browse files
committed
Fix Sphinx error
1 parent 5e5652c commit 65aa16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lines_bars_and_markers/linestyles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
or *dashdot*. Moreover, the dashing of the line can be controlled by
88
a dash tuple such as (offset, (on_off_seq)) as mentioned in
99
`.Line2D.set_linestyle`. For example, ``(0, (3, 10, 1, 15))`` means
10-
3pt-line,10pt-space,1pt-line,15pt-space with no offset.
10+
3pt-line,10pt-space,1pt-line,15pt-space with no offset.
1111
1212
*Note*: The dash style can also be configured via `.Line2D.set_dashes`
1313
as shown in :doc:`/gallery/lines_bars_and_markers/line_demo_dash_control`

0 commit comments

Comments
 (0)
0