summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-12-19 15:44:57 (GMT)
committerGitHub <noreply@github.com>2023-12-19 15:44:57 (GMT)
commit76bef3832bae64664882e27ecb6f89800a12cf43 (patch)
tree5462274378305ccea864d05853d9092bc8329d69 /Misc
parent6a69b80d1b1f3987fcec3300c5dc879c6e965079 (diff)
downloadcpython-76bef3832bae64664882e27ecb6f89800a12cf43.zip
cpython-76bef3832bae64664882e27ecb6f89800a12cf43.tar.gz
cpython-76bef3832bae64664882e27ecb6f89800a12cf43.tar.bz2
gh-101100: Fix Sphinx warnings in `library/ast.rst` (#113289)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.9.0a1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.9.0a1.rst b/Misc/NEWS.d/3.9.0a1.rst
index 0444b53..b365e5f 100644
--- a/Misc/NEWS.d/3.9.0a1.rst
+++ b/Misc/NEWS.d/3.9.0a1.rst
@@ -2069,7 +2069,7 @@ Restores instantiation of Windows IOCP event loops from the non-main thread.
.. section: Library
Add default implementation of the :meth:`ast.NodeVisitor.visit_Constant`
-method which emits a deprecation warning and calls corresponding methody
+method which emits a deprecation warning and calls corresponding methods
``visit_Num()``, ``visit_Str()``, etc.
..