Skip to content

Commit b4fb455

Browse files
committed
Fix warning in lines.py
1 parent 402e895 commit b4fb455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/lines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,7 @@ def set_linestyle(self, linestyle):
937937
938938
ACCEPTS: [``'-'`` | ``'--'`` | ``'-.'`` | ``':'`` | ``'None'`` |
939939
``' '`` | ``''``]
940+
940941
and any drawstyle in combination with a linestyle, e.g., ``'steps--'``.
941942
"""
942943

0 commit comments

Comments
 (0)