[docs] Trivial os.path documentation bug

Neil Bushong ngbushong at gmail.com
Fri Mar 15 17:06:32 CET 2013


Tiny typo: in the Python 3.3 os.makedirs documentation at
http://docs.python.org/3.3/library/os.html#os.makedirs, the sentence saying
"If exist*s*_ok is False (the default), an OSError is raised..." refers to
the keyword argument as "exists_ok" (with an "s"), while the other parts
refer to the keyword parameter as "exist_ok" (without the "s").

Thanks for providing and maintaining all the excellent documentation.

Neil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20130315/39d4f7ca/attachment-0001.html>


More information about the docs mailing list