From 1d6989f9b081f936882973e45550663d7956a9d5 Mon Sep 17 00:00:00 2001 From: Kuan-Wei Chiu Date: Wed, 17 Jan 2024 06:36:01 +0800 Subject: Fix typo in c_annotations.py comment (#108773) "compatability" => "compatibility" --- Doc/tools/extensions/c_annotations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/extensions/c_annotations.py b/Doc/tools/extensions/c_annotations.py index ba37634..a8b6d89 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): -- cgit v0.12