From: Kuan-Wei Chiu Date: Tue, 16 Jan 2024 22:36:01 +0000 (+0800) Subject: Fix typo in c_annotations.py comment (#108773) X-Git-Tag: v3.13.0a3~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d6989f9b081f936882973e45550663d7956a9d5;p=thirdparty%2FPython%2Fcpython.git Fix typo in c_annotations.py comment (#108773) "compatability" => "compatibility" --- diff --git a/Doc/tools/extensions/c_annotations.py b/Doc/tools/extensions/c_annotations.py index ba37634545c2..a8b6d8995e3f 100644 --- a/Doc/tools/extensions/c_annotations.py +++ b/Doc/tools/extensions/c_annotations.py @@ -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):