
Hello, The GUI section of PEP 636 reads: "It will also requires that the event has a position attribute that matches the (x, y) pattern". It should read "It will also require that the event has a position attribute that matches the (x, y) pattern". Thanks, Bill

Submitted a PR to fix it: https://github.com/python/peps/pull/1891. In the future, feel free to submit a PR directly to the PEP repo for this sort of minor fix. El mar, 23 mar 2021 a las 10:22, <codeofdusk@gmail.com> escribió:
Hello,
The GUI section of PEP 636 reads: “It will also requires that the event has a position attribute that matches the (x, y) pattern”. It should read “It will also require that the event has a position attribute that matches the (x, y) pattern”.
Thanks,
Bill _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/GD27GMRK... Code of Conduct: http://python.org/psf/codeofconduct/

Thanks for your keen eye, Bill! If you want to, you can submit a PR to the peps repo ( https://github.com/python/peps) to fix the typo directly. On Tue, Mar 23, 2021 at 10:25 AM <codeofdusk@gmail.com> wrote:
Hello,
The GUI section of PEP 636 reads: “It will also requires that the event has a position attribute that matches the (x, y) pattern”. It should read “It will also require that the event has a position attribute that matches the (x, y) pattern”.
Thanks,
Bill _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/GD27GMRK... Code of Conduct: http://python.org/psf/codeofconduct/
-- --Guido van Rossum (python.org/~guido) *Pronouns: he/him **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...>

Sorry, I see Jelle already did this. https://github.com/python/peps/pull/1891/files On Tue, Mar 23, 2021 at 11:13 AM Guido van Rossum <guido@python.org> wrote:
Thanks for your keen eye, Bill!
If you want to, you can submit a PR to the peps repo ( https://github.com/python/peps) to fix the typo directly.
On Tue, Mar 23, 2021 at 10:25 AM <codeofdusk@gmail.com> wrote:
Hello,
The GUI section of PEP 636 reads: “It will also requires that the event has a position attribute that matches the (x, y) pattern”. It should read “It will also require that the event has a position attribute that matches the (x, y) pattern”.
Thanks,
Bill _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-leave@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/GD27GMRK... Code of Conduct: http://python.org/psf/codeofconduct/
-- --Guido van Rossum (python.org/~guido) *Pronouns: he/him **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...>
-- --Guido van Rossum (python.org/~guido) *Pronouns: he/him **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...>

Thanks all! Approved the PR. Bill From: Guido van Rossum <guido@python.org> Sent: Tuesday, 23 March 2021 14:14 To: codeofdusk@gmail.com Cc: Python-Dev <python-dev@python.org> Subject: Re: [Python-Dev] typo in PEP 636 Sorry, I see Jelle already did this. https://github.com/python/peps/pull/1891/files On Tue, Mar 23, 2021 at 11:13 AM Guido van Rossum <guido@python.org <mailto:guido@python.org> > wrote: Thanks for your keen eye, Bill! If you want to, you can submit a PR to the peps repo (https://github.com/python/peps) to fix the typo directly. On Tue, Mar 23, 2021 at 10:25 AM <codeofdusk@gmail.com <mailto:codeofdusk@gmail.com> > wrote: Hello, The GUI section of PEP 636 reads: “It will also requires that the event has a position attribute that matches the (x, y) pattern”. It should read “It will also require that the event has a position attribute that matches the (x, y) pattern”. Thanks, Bill _______________________________________________ Python-Dev mailing list -- python-dev@python.org <mailto:python-dev@python.org> To unsubscribe send an email to python-dev-leave@python.org <mailto:python-dev-leave@python.org> https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/GD27GMRK... Code of Conduct: http://python.org/psf/codeofconduct/ -- --Guido van Rossum (python.org/~guido <http://python.org/~guido> ) Pronouns: he/him <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...> (why is my pronoun here?) -- --Guido van Rossum (python.org/~guido <http://python.org/~guido> ) Pronouns: he/him <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...> (why is my pronoun here?)
participants (3)
-
codeofdusk@gmail.com
-
Guido van Rossum
-
Jelle Zijlstra