]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
re docs: fix source code link (#92819)
author谭九鼎 <109224573@qq.com>
Tue, 17 May 2022 00:04:17 +0000 (08:04 +0800)
committerGitHub <noreply@github.com>
Tue, 17 May 2022 00:04:17 +0000 (17:04 -0700)
Doc/library/re.rst

index 39e7d23aaf9c939d22e634d732858b84587adfce..19b18b9f4df2a8640eeb7c7552ce0b29b07cecd0 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/`
 
 --------------