Skip to content

Commit 5328b3a

Browse files
committed
Fix merge error in bb64230
1 parent bb64230 commit 5328b3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyguide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,8 +2051,6 @@ aptly described using a one-line docstring.
20512051
hanging indent of 2 or 4 spaces (be
20522052
consistent with the rest of the file).
20532053

2054-
The description should include required type(s) if the code does not contain
2055-
a corresponding type annotation.
20562054
The description should include required type(s) if the code does not contain
20572055
a corresponding type annotation. If a function accepts `*foo` (variable
20582056
length argument lists) and/or `**bar` (arbitrary keyword arguments), they

0 commit comments

Comments
 (0)