8000 Update lib/matplotlib/markers.py · matplotlib/matplotlib@0af8ebd · GitHub
[go: up one dir, main page]

Skip to content

Commit 0af8ebd

Browse files
story645QuLogic
andauthored
Update lib/matplotlib/markers.py
Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent ff0305d commit 0af8ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/markers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def __init__(self, marker=None, fillstyle=None):
217217
See the descriptions of possible markers in the module docstring.
218218
219219
fillstyle : str, default: 'full'
220-
One of 'full', 'left", 'right', 'bottom', 'top', 'none'.
220+
One of 'full', 'left', 'right', 'bottom', 'top', 'none'.
221221
"""
222222
self._marker_function = None
223223
self.set_fillstyle(fillstyle)

0 commit comments

Comments
 (0)
0