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

Commitca603a3

Browse files
tacaswelltimhoffm
authored andcommitted
FIX: remove typo
1 parent31dbef6 commitca603a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎lib/matplotlib/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,8 +1529,8 @@ def _replacer(data, key):
15291529
following arguments are replaced by **data[<arg>]**:
15301530
15311531
{replaced}
1532-
1533-
Objects passed as **data** must support item access (``data[<arg>]``) and
1532+
1533+
Objects passed as **data** must support item access (``data[<arg>]``) and
15341534
membership test (``<arg> in data``).
15351535
"""
15361536

@@ -1557,7 +1557,7 @@ def _add_data_doc(docstring, replace_names, replace_all_args):
15571557
ifdocstringisNone:
15581558
docstring=''
15591559
else:
1560-
docstring=dedent(docstring)git
1560+
docstring=dedent(docstring)
15611561
_repl=""
15621562
ifreplace_namesisNone:
15631563
_repl="* All positional and all keyword arguments."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp