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: Typo in module os documentation
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: connelly, doerwalter
Priority: normal Keywords:

Created on 2004-12-15 23:14 by connelly, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg23722 - (view) Author: Connelly (connelly) Date: 2004-12-15 23:14
In the docs for module os ( 
http://docs.python.org/lib/os-path.html ):

pathsep 
The character conventionally used by the operating 
system to separate search patch components (as in 
PATH), such as ":" for POSIX or ";" for Windows. Also 
available via os.path. 

Replace "patch" with "path".

 - Connelly Barnes
msg23723 - (view) Author: Walter Dörwald (doerwalter) * (Python committer) Date: 2004-12-15 23:47
Logged In: YES 
user_id=89016

Fixed in:
Doc/lib/libos.tex 1.147
Doc/lib/libos.tex 1.146.2.1

Thanks for the report!
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41330
2004-12-15 23:14:36connellycreate