]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in c_annotations.py comment (#108773)
authorKuan-Wei Chiu <visitorckw@gmail.com>
Tue, 16 Jan 2024 22:36:01 +0000 (06:36 +0800)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 22:36:01 +0000 (23:36 +0100)
"compatability" => "compatibility"

Doc/tools/extensions/c_annotations.py

index ba37634545c2cf892ca6c8b718e1807a24e19628..a8b6d8995e3f40f0445e1539bb895626011e153a 100644 (file)
@@ -42,7 +42,7 @@ REST_ROLE_MAP = {
 }
 
 
-# Monkeypatch nodes.Node.findall for forwards compatability
+# Monkeypatch nodes.Node.findall for forwards compatibility
 # This patch can be dropped when the minimum Sphinx version is 4.4.0
 # or the minimum Docutils version is 0.18.1.
 if docutils.__version_info__ < (0, 18, 1):