From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 17 May 2022 00:21:50 +0000 (-0700) Subject: re docs: fix source code link (GH-92819) X-Git-Tag: v3.11.0b2~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da2f0c755d50f42963fca0314aee9ceb5eb0b426;p=thirdparty%2FPython%2Fcpython.git re docs: fix source code link (GH-92819) (cherry picked from commit bd304612980edd16c568ea8a5b30795f048bbf24) Co-authored-by: 谭九鼎 <109224573@qq.com> --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 3cd9f252fee6..61b5c805ee2d 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/` --------------