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

Commit12d53f6

Browse files
authored
Fix Typoattr ->attrs (#20400)
In the example, `attrs` is used, even though `attr` is imported.Picking either one isn't important, but the code gives a runtime errorwhen the other one is used.
1 parent34373e3 commit12d53f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/source/additional_features.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Type annotations can be added as follows:
135135

136136
..code-block::python
137137
138-
importattr
138+
importattrs
139139
140140
@attrs.define
141141
classA:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp