diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2024-01-02 07:37:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 07:37:37 (GMT) |
commit | 7595380347610598a3f5529214a449660892537b (patch) | |
tree | 2a29ee1f0a0165cd410d5b629878584dbead9c4b /Doc/whatsnew/3.3.rst | |
parent | 3aadb9508592877c429083f213fa03bda1045ca1 (diff) | |
download | cpython-7595380347610598a3f5529214a449660892537b.zip cpython-7595380347610598a3f5529214a449660892537b.tar.gz cpython-7595380347610598a3f5529214a449660892537b.tar.bz2 |
gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 5674bc7..79e2dd9 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1052,7 +1052,7 @@ their ``__init__`` method (for example, file objects) or in their crypt ----- -Addition of salt and modular crypt format (hashing method) and the :func:`~!crypt.mksalt` +Addition of salt and modular crypt format (hashing method) and the :func:`!mksalt` function to the :mod:`!crypt` module. (:issue:`10924`) |