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.

Author Retro
Recipients Retro, docs@python
Date 2011-03-02.12:44:27
SpamBayes Score 0.01628706
Marked as misclassified No
Message-id <1299069868.83.0.520444195077.issue11373@psf.upfronthosting.co.za>
In-reply-to
Content
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 this to "Create a memoryview that references obj, which must support the buffer protocol. Built-in objects that /.../."

Thank you.
History
Date User Action Args
2011-03-02 12:44:28Retrosetrecipients: + Retro, docs@python
2011-03-02 12:44:28Retrosetmessageid: <1299069868.83.0.520444195077.issue11373@psf.upfronthosting.co.za>
2011-03-02 12:44:27Retrolinkissue11373 messages
2011-03-02 12:44:27Retrocreate