diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-09-04 16:40:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 16:40:59 (GMT) |
commit | 331b0267e2b39a394797091b9b16138c26fcb0f0 (patch) | |
tree | d615a33db54304bc00e0ac3277c63379dd4d9224 /Doc/tools | |
parent | e0f6080819f00d456215646e3117ae77b9af40d1 (diff) | |
download | cpython-331b0267e2b39a394797091b9b16138c26fcb0f0.zip cpython-331b0267e2b39a394797091b9b16138c26fcb0f0.tar.gz cpython-331b0267e2b39a394797091b9b16138c26fcb0f0.tar.bz2 |
[3.12] Resolve reference warnings in faq/gui.rst (GH-108147) (#108193)
* Resolve reference warnings in faq/gui.rst (GH-108147)
(cherry picked from commit 8f3d09bf5d16b508fece5420a22abe6f0c1f00b7)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Resolve reference warnings in faq/gui.rst
---------
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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 3d79b48..3f00fef 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -23,7 +23,6 @@ Doc/c-api/type.rst Doc/c-api/typeobj.rst Doc/extending/extending.rst Doc/extending/newtypes.rst -Doc/faq/gui.rst Doc/glossary.rst Doc/howto/descriptor.rst Doc/howto/enum.rst |