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
fa02422918ac3251cdf88a626f90af260bf5224a)
Co-authored-by: alex <30386655+alexomics@users.noreply.github.com>
.. module:: string
:synopsis: Common string operations.
-**Source code:** :source:`Lib/string.py`
+**Source code:** :source:`Lib/string/__init__.py`
--------------