This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Misspelled Word In Docs
Type: Stage: resolved
Components: Documentation Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, khokhareesa.home, lukasz.langa, miss-islington, pavel-lexyr, terry.reedy, zach.ware
Priority: normal Keywords: easy, newcomer friendly, patch

Created on 2021-07-28 17:55 by khokhareesa.home, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 27430 merged pavel-lexyr, 2021-07-28 20:49
PR 27450 merged miss-islington, 2021-07-29 16:55
PR 27451 merged miss-islington, 2021-07-29 16:55
Messages (13)
msg398410 - (view) Author: Eesa Ibrahim Khokhar (khokhareesa.home) * Date: 2021-07-28 17:55
Quote Official docs:
"For e.g. server can **chose** to send 417 Expectation Failed as a response header and return False."
Above, choose is misspelled.
msg398415 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2021-07-28 19:16
This is at https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.handle_expect_100, which can be found in Doc/library/http.server.rst
msg398449 - (view) Author: Eesa Ibrahim Khokhar (khokhareesa.home) * Date: 2021-07-29 01:45
Thanks!

On Wed, Jul 28, 2021 at 4:50 PM pavel-lexyr <report@bugs.python.org> wrote:

>
> Change by pavel-lexyr <pavel@lexyr.com>:
>
>
> ----------
> keywords: +patch
> nosy: +pavel-lexyr
> nosy_count: 3.0 -> 4.0
> pull_requests: +25959
> stage: needs patch -> patch review
> pull_request: https://github.com/python/cpython/pull/27430
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue44765>
> _______________________________________
>
msg398500 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-07-29 16:55
New changeset ccefa8a905c797e4a60078d5e1de846f929c6928 by Pavel in branch 'main':
bpo-44765: [doc] fix typo (GH-27430)
https://github.com/python/cpython/commit/ccefa8a905c797e4a60078d5e1de846f929c6928
msg398502 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-07-29 17:23
New changeset 86545bd94cc0ae05334a2d775257ee38937c420d by Miss Islington (bot) in branch '3.10':
bpo-44765: [doc] fix typo (GH-27430) (GH-27450)
https://github.com/python/cpython/commit/86545bd94cc0ae05334a2d775257ee38937c420d
msg398503 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-07-29 17:23
New changeset 6d4af4dfd6a361014e9a59d12b9f0b5a56061d22 by Miss Islington (bot) in branch '3.9':
bpo-44765: [doc] fix typo (GH-27430) (GH-27451)
https://github.com/python/cpython/commit/6d4af4dfd6a361014e9a59d12b9f0b5a56061d22
msg398504 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-07-29 17:23
Thanks! ✨ 🍰 ✨
msg398505 - (view) Author: Eesa Ibrahim Khokhar (khokhareesa.home) * Date: 2021-07-29 17:38
You're welcome!

It's an honor to be emailed by the core developer of the Python interpreter
and standard library!

On Thu, Jul 29, 2021 at 1:23 PM Łukasz Langa <report@bugs.python.org> wrote:

>
> Łukasz Langa <lukasz@langa.pl> added the comment:
>
> Thanks! ✨ 🍰 ✨
>
> ----------
> resolution:  -> fixed
> stage: patch review -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue44765>
> _______________________________________
>
msg398506 - (view) Author: Eesa Ibrahim Khokhar (khokhareesa.home) * Date: 2021-07-29 17:40
Messaged, not emailed 😀

On Thu, Jul 29, 2021 at 1:38 PM Eesa Ibrahim Khokhar <
khokhareesa.home@gmail.com> wrote:

> You're welcome!
>
> It's an honor to be emailed by the core developer of the Python
> interpreter and standard library!
>
> On Thu, Jul 29, 2021 at 1:23 PM Łukasz Langa <report@bugs.python.org>
> wrote:
>
>>
>> Łukasz Langa <lukasz@langa.pl> added the comment:
>>
>> Thanks! ✨ 🍰 ✨
>>
>> ----------
>> resolution:  -> fixed
>> stage: patch review -> resolved
>> status: open -> closed
>>
>> _______________________________________
>> Python tracker <report@bugs.python.org>
>> <https://bugs.python.org/issue44765>
>> _______________________________________
>>
>
msg398507 - (view) Author: Eesa Ibrahim Khokhar (khokhareesa.home) * Date: 2021-07-29 17:41
Also an honor to be messaged by the primary author of the following
approved Python enhancement proposals: PEP 443, PEP 541, PEP 563, PEP 585,
PEP 602!

On Thu, Jul 29, 2021 at 1:40 PM Eesa Ibrahim Khokhar <
khokhareesa.home@gmail.com> wrote:

> Messaged, not emailed 😀
>
> On Thu, Jul 29, 2021 at 1:38 PM Eesa Ibrahim Khokhar <
> khokhareesa.home@gmail.com> wrote:
>
>> You're welcome!
>>
>> It's an honor to be emailed by the core developer of the Python
>> interpreter and standard library!
>>
>> On Thu, Jul 29, 2021 at 1:23 PM Łukasz Langa <report@bugs.python.org>
>> wrote:
>>
>>>
>>> Łukasz Langa <lukasz@langa.pl> added the comment:
>>>
>>> Thanks! ✨ 🍰 ✨
>>>
>>> ----------
>>> resolution:  -> fixed
>>> stage: patch review -> resolved
>>> status: open -> closed
>>>
>>> _______________________________________
>>> Python tracker <report@bugs.python.org>
>>> <https://bugs.python.org/issue44765>
>>> _______________________________________
>>>
>>
msg398508 - (view) Author: Eesa Ibrahim Khokhar (khokhareesa.home) * Date: 2021-07-29 17:44
And further honor to be messaged by the Co-chair of the Python Language!

On Thu, Jul 29, 2021 at 1:41 PM Eesa Ibrahim Khokhar <report@bugs.python.org>
wrote:

>
> Eesa Ibrahim Khokhar <khokhareesa.home@gmail.com> added the comment:
>
> Also an honor to be messaged by the primary author of the following
> approved Python enhancement proposals: PEP 443, PEP 541, PEP 563, PEP 585,
> PEP 602!
>
> On Thu, Jul 29, 2021 at 1:40 PM Eesa Ibrahim Khokhar <
> khokhareesa.home@gmail.com> wrote:
>
> > Messaged, not emailed 😀
> >
> > On Thu, Jul 29, 2021 at 1:38 PM Eesa Ibrahim Khokhar <
> > khokhareesa.home@gmail.com> wrote:
> >
> >> You're welcome!
> >>
> >> It's an honor to be emailed by the core developer of the Python
> >> interpreter and standard library!
> >>
> >> On Thu, Jul 29, 2021 at 1:23 PM Łukasz Langa <report@bugs.python.org>
> >> wrote:
> >>
> >>>
> >>> Łukasz Langa <lukasz@langa.pl> added the comment:
> >>>
> >>> Thanks! ✨ 🍰 ✨
> >>>
> >>> ----------
> >>> resolution:  -> fixed
> >>> stage: patch review -> resolved
> >>> status: open -> closed
> >>>
> >>> _______________________________________
> >>> Python tracker <report@bugs.python.org>
> >>> <https://bugs.python.org/issue44765>
> >>> _______________________________________
> >>>
> >>
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue44765>
> _______________________________________
>
msg398666 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2021-07-31 21:27
Eesa, when responding by email, please delete the message you are responding to.  When posted on the web page, the quoted copy becomes noisy and distracting.  Visit https://bugs.python.org/issue44765 to see the result.
msg399246 - (view) Author: Eesa Ibrahim Khokhar (khokhareesa.home) * Date: 2021-08-09 02:23
Thanks for the tip! I just saw that the docs at the above URL are now updated. Thanks again!
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 88928
2021-08-09 02:23:03khokhareesa.homesetmessages: + msg399246
2021-07-31 21:27:10terry.reedysetnosy: + terry.reedy
messages: + msg398666
2021-07-29 17:44:47khokhareesa.homesetmessages: + msg398508
2021-07-29 17:41:35khokhareesa.homesetmessages: + msg398507
2021-07-29 17:40:38khokhareesa.homesetmessages: + msg398506
2021-07-29 17:38:25khokhareesa.homesetmessages: + msg398505
2021-07-29 17:23:52lukasz.langasetstatus: open -> closed
resolution: fixed
messages: + msg398504

stage: patch review -> resolved
2021-07-29 17:23:21lukasz.langasetmessages: + msg398503
2021-07-29 17:23:04lukasz.langasetmessages: + msg398502
2021-07-29 16:55:23miss-islingtonsetpull_requests: + pull_request25979
2021-07-29 16:55:17lukasz.langasetnosy: + lukasz.langa
messages: + msg398500
2021-07-29 16:55:17miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request25978
2021-07-29 01:45:40khokhareesa.homesetmessages: + msg398449
2021-07-28 20:49:44pavel-lexyrsetkeywords: + patch
nosy: + pavel-lexyr

pull_requests: + pull_request25959
stage: needs patch -> patch review
2021-07-28 19:16:09zach.waresetassignee: docs@python
components: + Documentation
versions: + Python 3.9, Python 3.10, Python 3.11
keywords: + easy, newcomer friendly
nosy: + docs@python, zach.ware

messages: + msg398415
stage: needs patch
2021-07-28 17:55:24khokhareesa.homecreate