[issue45370] Typo in pep-0636 page

2021-10-05 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report and fix. Closing it as third party since PEPs are maintained in different repo using GitHub issues. -- nosy: +xtreak resolution: -> third party stage: -> resolved status: open -> closed __

[issue45370] Typo in pep-0636 page

2021-10-05 Thread Raúl Cumplido
Raúl Cumplido added the comment: This has been merged on the peps repo and can be closed. -- ___ Python tracker ___ ___ Python-bugs-

[issue45370] Typo in pep-0636 page

2021-10-05 Thread Raúl Cumplido
Raúl Cumplido added the comment: Thanks! I have created a PR for it on the peps repo. https://github.com/python/peps/pull/2101 I can't seem to be able to link the Github PR correctly. Probably because it's not on the cpython repo. -- nosy: +raulcd _

[issue45370] Typo in pep-0636 page

2021-10-05 Thread AdrienGoncalves
New submission from AdrienGoncalves : There is a typo in https://www.python.org/dev/peps/pep-0636/#composing-patterns The second sentence in the first paragraph : "[...] we have being doing that implicitly in the examples above." When it should be "[...] we have been doing that implicitly in