diff options
author | Georg Brandl <georg@python.org> | 2009-04-08 16:36:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-08 16:36:39 (GMT) |
commit | 6cb1ff32c28972383eb96411d1052d3b1aa131bc (patch) | |
tree | 5c4e78e7d516a1e046a4dc058f70ebce9739b428 /Doc/c-api | |
parent | b3efcbc19b55b7e93beaa536af2380ddf0f06fd0 (diff) | |
download | cpython-6cb1ff32c28972383eb96411d1052d3b1aa131bc.zip cpython-6cb1ff32c28972383eb96411d1052d3b1aa131bc.tar.gz cpython-6cb1ff32c28972383eb96411d1052d3b1aa131bc.tar.bz2 |
Remove redundant backtick.
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/buffer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/buffer.rst b/Doc/c-api/buffer.rst index ce9a4e4..1bba495 100644 --- a/Doc/c-api/buffer.rst +++ b/Doc/c-api/buffer.rst @@ -242,7 +242,7 @@ Buffer related functions | :cmacro:`PyBUF_FULL` | This is equivalent to ``(PyBUF_INDIRECT | | | | PyBUF_FORMAT | PyBUF_WRITABLE)``. | +------------------------------+---------------------------------------------------+ - | :cmacro:`PyBUF_FULL_RO`` | This is equivalent to ``(PyBUF_INDIRECT | | + | :cmacro:`PyBUF_FULL_RO` | This is equivalent to ``(PyBUF_INDIRECT | | | | PyBUF_FORMAT)``. | +------------------------------+---------------------------------------------------+ | :cmacro:`PyBUF_CONTIG` | This is equivalent to ``(PyBUF_ND | | |