Skip to content

Commit fa02422

Browse files
authored
gh-141007: update string module source code link (#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`.
1 parent d5b00c7 commit fa02422

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)