From f87ee8407a2447c8fd9ccf2b1d83c56b572585f4 Mon Sep 17 00:00:00 2001 From: Google Python team Date: Thu, 16 Jul 2020 16:23:14 +0000 Subject: [PATCH] Project import generated by Copybara. PiperOrigin-RevId: 321580967 --- pyguide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pyguide.md b/pyguide.md index 96b508a..57759d9 100644 --- a/pyguide.md +++ b/pyguide.md @@ -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