Issue 2654: Typo at http://docs.python.org/dev/3.0/howto/doanddont.html - Python tracker

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
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, donmez, georg.brandl
Priority: normal Keywords:

Created on 2008-04-18 13:03 by donmez, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg65612 - (view) Author: Ismail Donmez (donmez) * Date: 2008-04-18 13:03
At top it says "This document is placed in the public doman." should do
a s/doman/domain .
msg65618 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2008-04-18 16:53
Fixed in r62373; thanks for reporting this!