bpo-40204: Fix duplicates in the documentation (GH-21857) · python/cpython@46d10b1 · GitHub
Skip to content

Commit 46d10b1

Browse files
authored
bpo-40204: Fix duplicates in the documentation (GH-21857)
Fix two Sphinx 3 issues: Doc/c-api/buffer.rst:304: WARNING: Duplicate C declaration, also defined in 'c-api/buffer'. Declaration is 'PyBUF_ND'. Doc/c-api/unicode.rst:1603: WARNING: Duplicate C declaration, also defined in 'c-api/unicode'. Declaration is 'PyObject* PyUnicode_Translate(PyObject *str, PyObject *table, const char *errors)'.
1 parent 43577c0 commit 46d10b1

2 files changed

Lines changed: 13 additions & 26 deletions

File tree

Doc/c-api/buffer.rst

Lines changed: 1 addition & 1 deletion

Doc/c-api/unicode.rst

Lines changed: 12 additions & 25 deletions

0 commit comments

Comments
 (0)