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

2021-04-28 Thread Mohamed Moselhy
New submission from Mohamed Moselhy : See https://www.python.org/dev/peps/pep-0008/#function-annotations The first section of https://docs.python.org/3/library/dataclasses.html shows quantity_on_hand: int=0, when there should be spacing around the '=' according to PEP 8 (see

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

2021-04-28 Thread Mohamed Moselhy
Change by Mohamed Moselhy : -- keywords: +patch pull_requests: +24393 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25702 ___ Python tracker <https://bugs.python.org/issu