[issue40471] Grammar typo in issubclass docstring

2020-05-01 Thread alexpovel
alexpovel added the comment: Hi Rémi, thank you very much for the hearty welcome. Your explanations worked perfectly and the PR was created. `make regen-all` created new checksums as well, as intended. I had already signed the CLA, and will now dive into the devguide! Thanks again

[issue40471] Grammar typo in issubclass docstring

2020-05-01 Thread alexpovel
Change by alexpovel : -- keywords: +patch pull_requests: +19165 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19847 ___ Python tracker <https://bugs.python.org/issu

[issue40471] Grammar typo in issubclass docstring

2020-05-01 Thread alexpovel
New submission from alexpovel : Running `python -c "help(issubclass)"` will output: > Help on built-in function issubclass in module builtins: > > issubclass(cls, class_or_tuple, /) > Return whether 'cls' is a derived from another class

[issue40441] Plural typo in Design and History FAQ

2020-04-29 Thread alexpovel
New submission from alexpovel : The documentation under "Design and History FAQ" has a typo in its "Why doesn’t Python have a “with” statement for attribute assignments?" section: https://docs.python.org/3/faq/design.html#why-doesn-t-python-have-a-with-statement-for-a