8000 Fix docstring quotes · matplotlib/matplotlib@da04fa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit da04fa3

Browse files
timhoffmdstansby
andauthored
Fix docstring quotes
Co-Authored-By: dstansby <dstansby@gmail.com>
1 parent a986013 commit da04fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/container.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ class StemContainer(Container):
176176
The artist of the horizontal baseline.
177177
"""
178178
def< 8312 /span> __init__(self, markerline_stemlines_baseline, **kwargs):
179-
'''
179+
"""
180180
Parameters
181181
----------
182182
markerline_stemlines_baseline : tuple
183183
Tuple of ``(markerline, stemlines, baseline)``.
184184
``markerline`` contains the `LineCollection` of the markers,
185185
``stemlines`` is a `LineCollection` of the main lines,
186186
``baseline`` is the `Line2D` of the baseline.
187-
'''
187+
"""
188188
markerline, stemlines, baseline = markerline_stemlines_baseline
189189
self.markerline = markerline
190190
self.stemlines = stemlines

0 commit comments

Comments
 (0)
0