diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-09 14:31:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 14:31:00 (GMT) |
commit | 97e1e43af1378e24f902719da43d43964dad0960 (patch) | |
tree | 3935e497388afbbec758aa1f0e2967653c347107 /Doc/howto | |
parent | 15624b445e57859edb13eec64f0cd71198f0fc00 (diff) | |
download | cpython-97e1e43af1378e24f902719da43d43964dad0960.zip cpython-97e1e43af1378e24f902719da43d43964dad0960.tar.gz cpython-97e1e43af1378e24f902719da43d43964dad0960.tar.bz2 |
[3.11] [doc] logging.rst - Change link to point directly to the Google Group. (GH-93390) (GH-104318)
(cherry picked from commit e6e81602f49a9bff51e2049c7bad60d1acb18d3f)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 8706527..e2cf1b4 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst @@ -336,7 +336,7 @@ favourite beverage and carry on. If your logging needs are simple, then use the above examples to incorporate logging into your own scripts, and if you run into problems or don't understand something, please post a question on the comp.lang.python Usenet -group (available at https://groups.google.com/forum/#!forum/comp.lang.python) and you +group (available at https://groups.google.com/g/comp.lang.python) and you should receive help before too long. Still here? You can carry on reading the next few sections, which provide a |