8000 docstring formatting, make_compound_path · matplotlib/matplotlib@2f72135 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f72135

Browse files
docstring formatting, make_compound_path
Co-Authored-By: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 72926b2 commit 2f72135

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/matplotlib/path.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,10 @@ def make_compound_path_from_polys(cls, XY):
325325

326326
@classmethod
327327
def make_compound_path(cls, *args):
328-
"""Make a compound path from a list of Path objects. Blindly removes
329-
all Path.STOP control points."""
328+
"""
329+
Make a compound path from a list of Path objects. Blindly removes all
330+
Path.STOP control points.
331+
"""
330332
# Handle an empty list in args (i.e. no args).
331333
if not args:
332334
return Path(np.empty([0, 2], dtype=np.float32))

0 commit comments

Comments
 (0)
0