From: 谭九鼎 <109224573@qq.com> Date: Tue, 17 May 2022 00:04:17 +0000 (+0800) Subject: re docs: fix source code link (#92819) X-Git-Tag: v3.12.0a1~1527 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd304612980edd16c568ea8a5b30795f048bbf24;p=thirdparty%2FPython%2Fcpython.git re docs: fix source code link (#92819) --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 39e7d23aaf9c..19b18b9f4df2 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -7,7 +7,7 @@ .. moduleauthor:: Fredrik Lundh .. sectionauthor:: Andrew M. Kuchling -**Source code:** :source:`Lib/re.py` +**Source code:** :source:`Lib/re/` --------------