Terry J. Reedy <[email protected]> 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@python -> terry.reedy nosy: +terry.reedy versions: -Python 3.11, Python 3.7 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43971> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
