[docs] [issue11373] Fix 2 new typos in the docs

Boštjan Mejak report at bugs.python.org
Wed Mar 2 13:44:28 CET 2011


New submission from Boštjan Mejak <bostjan.mejak at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 129886
nosy: Retro, docs at python
priority: normal
severity: normal
status: open
title: Fix 2 new typos in the docs
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11373>
_______________________________________


More information about the docs mailing list