summaryrefslogtreecommitdiffstats
path: root/Doc/library/crypt.rst
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/library/crypt.rst
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/library/crypt.rst')
-rw-r--r--Doc/library/crypt.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/crypt.rst b/Doc/library/crypt.rst
index efba423..f585bbc 100644
--- a/Doc/library/crypt.rst
+++ b/Doc/library/crypt.rst
@@ -36,7 +36,7 @@ the :manpage:`crypt(3)` routine in the running system. Therefore, any
extensions available on the current implementation will also be available on
this module.
-.. availability:: Unix. Not available on VxWorks.
+.. availability:: Unix, not VxWorks.
Hashing Methods
---------------