[issue11373] Fix 2 new typos in the docs

2011-03-11 Thread Boštjan Mejak
Boštjan Mejak added the comment: Georg, please fix all the branches. Also, the online docs are still not updated with this fix. -- ___ Python tracker ___ __

[issue11373] Fix 2 new typos in the docs

2011-03-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed the built-in spelling in 13bc0511b3d3. I did not do the other change; having two-level relative clauses is not really readable. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tra

[issue11373] Fix 2 new typos in the docs

2011-03-04 Thread Boštjan Mejak
Boštjan Mejak added the comment: I am uploading a patch that fixes both of these typos in the docs. Please apply it and keep up the good work. -- versions: +Python 3.1, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file20998/stdtypes_2.patch ___

[issue11373] Fix 2 new typos in the docs

2011-03-04 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue11373] Fix 2 new typos in the docs

2011-03-04 Thread Boštjan Mejak
Boštjan Mejak added the comment: Please fix the word "Builtin" to "Built-in" as well. Thank you. -- ___ Python tracker ___ ___ Python

[issue11373] Fix 2 new typos in the docs

2011-03-03 Thread Bob Wintemberg
Bob Wintemberg added the comment: The following is a patch to fix this documentation issue in py3k. -- Added file: http://bugs.python.org/file20994/patch-3k.diff ___ Python tracker

[issue11373] Fix 2 new typos in the docs

2011-03-03 Thread Bob Wintemberg
Bob Wintemberg added the comment: The following is a patch to fix this documentation issue in release27-maint. -- keywords: +patch nosy: +rwinte Added file: http://bugs.python.org/file20993/patch-27.diff ___ Python tracker

[issue11373] Fix 2 new typos in the docs

2011-03-03 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11373] Fix 2 new typos in the docs

2011-03-02 Thread Boštjan Mejak
New submission from Boštjan Mejak : Try to fix this in every Python documentation that you can. The typo was found here: http://docs.python.org/library/stdtypes.html#memoryview "Create a memoryview that references obj. obj must support the buffer protocol. Builtin objects that /.../." Fix thi