summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2024-03-28 08:13:13 (GMT)
committerGitHub <noreply@github.com>2024-03-28 08:13:13 (GMT)
commit0f27672c5002de96c9f1228b12460d5ce3f1d190 (patch)
treecac2860445aa8f3c9c3ce445476e32b89d9dd4aa /Doc/tools
parentf006338017cfbf846e8f7391b9ee5f69df8dc620 (diff)
downloadcpython-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.py2
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.