mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Project import generated by Copybara.
PiperOrigin-RevId: 321580967
This commit is contained in:
parent
1b367e11d1
commit
f87ee8407a
|
@ -2159,7 +2159,6 @@ aptly described using a one-line docstring.
|
||||||
description is too long to fit on a single 80-character line, use a hanging
|
description is too long to fit on a single 80-character line, use a hanging
|
||||||
indent of 2 or 4 spaces more than the parameter name (be consistent with the
|
indent of 2 or 4 spaces more than the parameter name (be consistent with the
|
||||||
rest of the docstrings in the file).
|
rest of the docstrings in the file).
|
||||||
|
|
||||||
The description should include required type(s) if the code does not contain
|
The description should include required type(s) if the code does not contain
|
||||||
a corresponding type annotation. If a function accepts `*foo` (variable
|
a corresponding type annotation. If a function accepts `*foo` (variable
|
||||||
length argument lists) and/or `**bar` (arbitrary keyword arguments), they
|
length argument lists) and/or `**bar` (arbitrary keyword arguments), they
|
||||||
|
|
Loading…
Reference in New Issue
Block a user