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`.
This commit is contained in:
alex
2025-11-05 00:05:49 +00:00
committed by GitHub
parent d5b00c74b3
commit fa02422918

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`
--------------