https://github.com/python/cpython/commit/fa02422918ac3251cdf88a626f90af260bf5224a
commit: fa02422918ac3251cdf88a626f90af260bf5224a
branch: main
author: alex <[email protected]>
committer: terryjreedy <[email protected]>
date: 2025-11-04T19:05:49-05:00
summary:

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

files:
M Doc/library/string.rst

diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 6336a0ec47b91e..58c836c7382330 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`
 
 --------------
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to