[issue43971] documentation: no spacing around default args in annotated function

Terry J. Reedy report at bugs.python.org
Fri Apr 30 18:46:32 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

>From PEP 8:
right:    label: str = '<unknown>'
wrong:    result: int=0  # No spaces around equality sign

current doc: quantity_on_hand: int=0):

----------
assignee: docs at python -> terry.reedy
nosy: +terry.reedy
versions:  -Python 3.11, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43971>
_______________________________________


More information about the Python-bugs-list mailing list