https://github.com/python/cpython/commit/1d6989f9b081f936882973e45550663d7956a9d5
commit: 1d6989f9b081f936882973e45550663d7956a9d5
branch: main
author: Kuan-Wei Chiu <[email protected]>
committer: erlend-aasland <[email protected]>
date: 2024-01-16T23:36:01+01:00
summary:

Fix typo in c_annotations.py comment (#108773)

"compatability" => "compatibility"

files:
M Doc/tools/extensions/c_annotations.py

diff --git a/Doc/tools/extensions/c_annotations.py 
b/Doc/tools/extensions/c_annotations.py
index ba37634545c2cf..a8b6d8995e3f40 100644
--- a/Doc/tools/extensions/c_annotations.py
+++ b/Doc/tools/extensions/c_annotations.py
@@ -42,7 +42,7 @@
 }
 
 
-# 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):

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to