From 3aec57c79b61c32f2d2ffe397f5ed51f8eb011a8 Mon Sep 17 00:00:00 2001 From: Kuan-Wei Chiu Date: Sat, 2 Sep 2023 00:32:27 +0800 Subject: [PATCH] Fix a typo in a comment in c_annotations.py This commit corrects a minor typographical error in a comment within the file c_annotations.py. The word "compatability" has been changed to "compatibility" for improved clarity and consistency. --- 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 3551bfa4c0f133..81270dffb2bc2d 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):