mirror of
https://github.com/tiennm99/styleguide.git
synced 2026-09-03 18:17:08 +00:00
Project import generated by Copybara.
PiperOrigin-RevId: 321580967
This commit is contained in:
committed by
Gregory P. Smith [Google LLC]
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
|
||||
indent of 2 or 4 spaces more than the parameter name (be consistent with the
|
||||
rest of the docstrings in the file).
|
||||
|
||||
The description should include required type(s) if the code does not contain
|
||||
a corresponding type annotation. If a function accepts `*foo` (variable
|
||||
length argument lists) and/or `**bar` (arbitrary keyword arguments), they
|
||||
|
||||
Reference in New Issue
Block a user