mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo in c_annotations.py comment (#108773)
"compatability" => "compatibility"
This commit is contained in:
parent
6e84f3b56f
commit
1d6989f9b0
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue