]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
re docs: fix source code link (GH-92819)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 May 2022 00:21:50 +0000 (17:21 -0700)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 00:21:50 +0000 (17:21 -0700)
(cherry picked from commit bd304612980edd16c568ea8a5b30795f048bbf24)

Co-authored-by: 谭九鼎 <109224573@qq.com>
Doc/library/re.rst

index 3cd9f252fee6f3f7e1acab2e3da02621eb5eaa9d..61b5c805ee2d439145b1a427b4e766016a9566ac 100644 (file)
@@ -7,7 +7,7 @@
 .. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
 .. sectionauthor:: Andrew M. Kuchling <amk@amk.ca>
 
-**Source code:** :source:`Lib/re.py`
+**Source code:** :source:`Lib/re/`
 
 --------------