Tiny typo: in the Python 3.3 os.makedirs documentation at <a href="http://docs.python.org/3.3/library/os.html#os.makedirs">http://docs.python.org/3.3/library/os.html#os.makedirs</a>, the sentence saying "If exist<b>s</b>_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").<div>
<br></div><div>Thanks for providing and maintaining all the excellent documentation.</div><div><br></div><div>Neil</div>