Project import generated by Copybara.

PiperOrigin-RevId: 321580967
This commit is contained in:
Google Python team 2020-07-16 16:23:14 +00:00 committed by Gregory P. Smith [Google LLC]
parent 1b367e11d1
commit f87ee8407a

View File

@ -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