From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 23 Sep 2021 15:42:31 +0000 (-0700) Subject: [3.9] Fix legacy logging module URL (GH-28528) (GH-28531) X-Git-Tag: v3.9.8~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fa76ece3074aa87f34aa55956627171e1d6329f;p=thirdparty%2FPython%2Fcpython.git [3.9] Fix legacy logging module URL (GH-28528) (GH-28531) Co-authored-by: Sean Leavey --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 6233a2a67461..1a4c84e4a3a2 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1348,7 +1348,7 @@ with the :mod:`warnings` module. The proposal which described this feature for inclusion in the Python standard library. - `Original Python logging package `_ + `Original Python logging package `_ This is the original source for the :mod:`logging` package. The version of the package available from this site is suitable for use with Python 1.5.2, 2.1.x and 2.2.x, which do not include the :mod:`logging` package in the standard