]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-141007: update string module source code link (#141008)
authoralex <30386655+alexomics@users.noreply.github.com>
Wed, 5 Nov 2025 00:05:49 +0000 (00:05 +0000)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 00:05:49 +0000 (19:05 -0500)
In 3.14, the former string.py became `__init__.py` within a new `string` directory that also contains a new submodule file, `templatelib.py`.

Doc/library/string.rst

index 6336a0ec47b91e156827063b2c53486425f1c4e0..58c836c73823306917da3e4da6ffe302dafd217f 100644 (file)
@@ -4,7 +4,7 @@
 .. module:: string
    :synopsis: Common string operations.
 
-**Source code:** :source:`Lib/string.py`
+**Source code:** :source:`Lib/string/__init__.py`
 
 --------------