From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 5 Nov 2025 00:11:42 +0000 (+0100) Subject: [3.14] gh-141007: update string module source code link (GH-141008) (#141030) X-Git-Tag: v3.14.1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2511fce2ef655f73cadb0b7ea66952a8517315e4;p=thirdparty%2FPython%2Fcpython.git [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 fa02422918ac3251cdf88a626f90af260bf5224a) Co-authored-by: alex <30386655+alexomics@users.noreply.github.com> --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 6336a0ec47b9..58c836c73823 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -4,7 +4,7 @@ .. module:: string :synopsis: Common string operations. -**Source code:** :source:`Lib/string.py` +**Source code:** :source:`Lib/string/__init__.py` --------------