New submission from Boštjan Mejak <bostjan.me...@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@python components: Documentation messages: 129886 nosy: Retro, docs@python priority: normal severity: normal status: open title: Fix 2 new typos in the docs versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11373> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com