Skip to content

Commit 1d6989f

Browse files
authored
Fix typo in c_annotations.py comment (#108773)
"compatability" => "compatibility"
1 parent 6e84f3b commit 1d6989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/extensions/c_annotations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343

4444

45-
# Monkeypatch nodes.Node.findall for forwards compatability
45+
# Monkeypatch nodes.Node.findall for forwards compatibility
4646
# This patch can be dropped when the minimum Sphinx version is 4.4.0
4747
# or the minimum Docutils version is 0.18.1.
4848
if docutils.__version_info__ < (0, 18, 1):

0 commit comments

Comments
 (0)