Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit8fedcea

Browse files
committed
DOC: correct deepcopy docstring
1 parenta9f8dae commit8fedcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def __deepcopy__(self, memo=None):
298298

299299
defdeepcopy(self,memo=None):
300300
"""
301-
Return ashallow copy of the `Path`,which will share the
301+
Return adeep copy of the `Path`,with copies of the
302302
vertices and codes with the source `Path`.
303303
"""
304304
returncopy.deepcopy(self,memo=memo)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp