Skip to content

Commit 67d17ab

Browse files
alexomicsmiss-islington
authored andcommitted
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 fa02422) Co-authored-by: alex <30386655+alexomics@users.noreply.github.com>
1 parent 7ab08d2 commit 67d17ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. module:: string
55
:synopsis: Common string operations.
66

7-
**Source code:** :source:`Lib/string.py`
7+
**Source code:** :source:`Lib/string/__init__.py`
88

99
--------------
1010

0 commit comments

Comments
 (0)