summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-07-29 14:42:09 (GMT)
committerGitHub <noreply@github.com>2022-07-29 14:42:09 (GMT)
commitf81a6c5fc7b13bd2076bdb1481c6085e0ed67184 (patch)
treed8216a6e0ec90c2328ba7b48c8deef7d169abe6a /Doc/using
parent2fbee85931296bbeddae6358583e400ce5321f89 (diff)
downloadcpython-f81a6c5fc7b13bd2076bdb1481c6085e0ed67184.zip
cpython-f81a6c5fc7b13bd2076bdb1481c6085e0ed67184.tar.gz
cpython-f81a6c5fc7b13bd2076bdb1481c6085e0ed67184.tar.bz2
gh-95415: Make availability directive consistent (GH-95416)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index bc92e0e..2d376ec 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -981,7 +981,7 @@ conflict.
order to force the interpreter to use ``ASCII`` instead of ``UTF-8`` for
system interfaces.
- .. availability:: \*nix.
+ .. availability:: Unix.
.. versionadded:: 3.7
See :pep:`538` for more details.