Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79aafce

Browse files
committed
Merged revisions 6625 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_98_5_maint ........ r6625 | mdboom | 2008-12-15 15:49:22 -0500 (Mon, 15 Dec 2008) | 2 lines Fix docstring formatting. ........ svn path=/trunk/matplotlib/; revision=6626
1 parent 117d1bc commit 79aafce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3182,7 +3182,7 @@ def plot(self, *args, **kwargs):
31823182
Return value is a list of lines that were added.
31833183
31843184
The following format string characters are accepted to control
3185-
the line style or marker
3185+
the line style or marker:
31863186
31873187
================ ===============================
31883188
character description
@@ -3216,7 +3216,7 @@ def plot(self, *args, **kwargs):
32163216
================ ===============================
32173217
32183218
3219-
The following color abbreviations are supported::
3219+
The following color abbreviations are supported:
32203220
32213221
========== ========
32223222
character color

0 commit comments

Comments
 (0)