diff options
author | Yuki Kobayashi <drsuaimqjgar@gmail.com> | 2024-12-02 13:51:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-02 13:51:35 (GMT) |
commit | 3e812253ab6b2f98fc5d17bfb82947e392b0b2a2 (patch) | |
tree | 393d49359d94abf11953be7e557d7a863e024568 /Doc/tools | |
parent | 31f16e427b545f66a9a45ea9dd6c933975ce0e4c (diff) | |
download | cpython-3e812253ab6b2f98fc5d17bfb82947e392b0b2a2.zip cpython-3e812253ab6b2f98fc5d17bfb82947e392b0b2a2.tar.gz cpython-3e812253ab6b2f98fc5d17bfb82947e392b0b2a2.tar.bz2 |
gh-101100: Fix Sphinx warnings about list methods (#127054)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/.nitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index 711c0b6..39d1f59 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -71,7 +71,6 @@ Doc/library/xmlrpc.server.rst Doc/library/zlib.rst Doc/reference/compound_stmts.rst Doc/reference/datamodel.rst -Doc/tutorial/datastructures.rst Doc/using/windows.rst Doc/whatsnew/2.4.rst Doc/whatsnew/2.5.rst |