[3.14] gh-141007: update string module source code link (GH-141008) (#141030)

gh-141007: update string module source code link (GH-141008)

In 3.14, the former string.py became `__init__.py` within a new `string` directory that also contains a new submodule file, `templatelib.py`.
(cherry picked from commit fa02422918)

Co-authored-by: alex <30386655+alexomics@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-11-05 01:11:42 +01:00 committed by GitHub
parent 7ab08d2c51
commit 2511fce2ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
.. module:: string
:synopsis: Common string operations.
**Source code:** :source:`Lib/string.py`
**Source code:** :source:`Lib/string/__init__.py`
--------------