We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb64230 commit 5328b3aCopy full SHA for 5328b3a
pyguide.md
@@ -2051,8 +2051,6 @@ aptly described using a one-line docstring.
2051
hanging indent of 2 or 4 spaces (be
2052
consistent with the rest of the file).
2053
2054
- The description should include required type(s) if the code does not contain
2055
- a corresponding type annotation.
2056
The description should include required type(s) if the code does not contain
2057
a corresponding type annotation. If a function accepts `*foo` (variable
2058
length argument lists) and/or `**bar` (arbitrary keyword arguments), they
0 commit comments