[issue14650] 1-character typo in shutil docstring

2012-04-23 Thread Sandro Tosi
Sandro Tosi added the comment: Thanks for your contribution! -- nosy: +sandro.tosi resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue14650] 1-character typo in shutil docstring

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 629d4c2faa87 by Sandro Tosi in branch 'default': Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane http://hg.python.org/cpython/rev/629d4c2faa87 -- nosy: +python-dev ___ Pytho

[issue14650] 1-character typo in shutil docstring

2012-04-23 Thread Hobs
Hobs added the comment: Eric, the documentation (shutil.rst) looks fine. Just a code comment typo. -- ___ Python tracker ___ ___ Pyth

[issue14650] 1-character typo in shutil docstring

2012-04-23 Thread Éric Araujo
Éric Araujo added the comment: Thanks. Can you check if the typo is also present in the documentation (i.e. in Doc/library)? -- title: 1-character typo in shutils doctext -> 1-character typo in shutil docstring ___ Python tracker