Fix typo in c_annotations.py comment (#108773)

"compatability" => "compatibility"
This commit is contained in:
Kuan-Wei Chiu 2024-01-17 06:36:01 +08:00 committed by GitHub
parent 6e84f3b56f
commit 1d6989f9b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):