mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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:
parent
7ab08d2c51
commit
2511fce2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
.. module:: string
|
||||
:synopsis: Common string operations.
|
||||
|
||||
**Source code:** :source:`Lib/string.py`
|
||||
**Source code:** :source:`Lib/string/__init__.py`
|
||||
|
||||
--------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue