diff options
author | Russell Keith-Magee <russell@keith-magee.com> | 2024-03-28 08:13:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 08:13:13 (GMT) |
commit | 0f27672c5002de96c9f1228b12460d5ce3f1d190 (patch) | |
tree | cac2860445aa8f3c9c3ce445476e32b89d9dd4aa /Doc/tools | |
parent | f006338017cfbf846e8f7391b9ee5f69df8dc620 (diff) | |
download | cpython-0f27672c5002de96c9f1228b12460d5ce3f1d190.zip cpython-0f27672c5002de96c9f1228b12460d5ce3f1d190.tar.gz cpython-0f27672c5002de96c9f1228b12460d5ce3f1d190.tar.bz2 |
gh-114099: Add documentation for iOS platform (GH-117057)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Jacob Coffee <jacob@z7x.org>
Co-authored-by: Malcolm Smith <smith@chaquo.com>
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/extensions/pyspecific.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index 9709c4f..c31d67d 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -164,7 +164,7 @@ class Availability(SphinxDirective): Example:: - .. availability:: Windows, Linux >= 4.2, not Emscripten, not WASI + .. availability:: Windows, Linux >= 4.2, not WASI Arguments like "Linux >= 3.17 with glibc >= 2.27" are currently not parsed into separate tokens. |