diff options
author | Maciej Olko <maciej.olko@affirm.com> | 2023-10-22 11:53:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 11:53:17 (GMT) |
commit | 663cf513b0e973ab7aa4a8609d6616ad2c283f22 (patch) | |
tree | 1ef0c1a8dccb237d56f9c1bb872ad7af59d3f493 /Doc/tools | |
parent | c9c4a87f5da8d1e9b7ab19c687b49ba5431f6d36 (diff) | |
download | cpython-663cf513b0e973ab7aa4a8609d6616ad2c283f22.zip cpython-663cf513b0e973ab7aa4a8609d6616ad2c283f22.tar.gz cpython-663cf513b0e973ab7aa4a8609d6616ad2c283f22.tar.bz2 |
gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (#111173)
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 5b21d11..a8c99ee 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -140,7 +140,6 @@ Doc/reference/expressions.rst Doc/reference/import.rst Doc/reference/simple_stmts.rst Doc/tutorial/datastructures.rst -Doc/tutorial/introduction.rst Doc/using/windows.rst Doc/whatsnew/2.0.rst Doc/whatsnew/2.1.rst |