[issue24883] Typo in c-api/buffer documentation

TAKASE Arihiro report at bugs.python.org
Tue Aug 18 07:13:22 CEST 2015


New submission from TAKASE Arihiro:

https://docs.python.org/3/c-api/buffer.html

Some links to the members of Py_buffer are not available.
"~Py_Buffer" should be "~Py_buffer".
The attached patch fixes it.

----------
assignee: docs at python
components: Documentation
files: bufferdoc.patch
keywords: patch
messages: 248758
nosy: artakase, docs at python
priority: normal
severity: normal
status: open
title: Typo in c-api/buffer documentation
type: behavior
versions: Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40200/bufferdoc.patch

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


More information about the Python-bugs-list mailing list