Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8fedcea

Browse filesBrowse files
committed
DOC: correct deepcopy docstring
1 parent a9f8dae commit 8fedcea
Copy full SHA for 8fedcea

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/path.py

Copy file name to clipboardExpand all lines: lib/matplotlib/path.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def __deepcopy__(self, memo=None):
298298

299299
def deepcopy(self, memo=None):
300300
"""
301-
Return a shallow copy of the `Path`, which will share the
301+
Return a deep copy of the `Path`, with copies of the
302302
vertices and codes with the source `Path`.
303303
"""
304304
return copy.deepcopy(self, memo=memo)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.