]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Docs: Fix external link to devguide.python.org (GH-112899) (#113065)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Dec 2023 19:48:43 +0000 (20:48 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 19:48:43 +0000 (19:48 +0000)
Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Doc/whatsnew/3.8.rst

index e79b7cade7baf3f3f49ca3f5273cbb7b4ec1c623..fed20a3de042f090a4fc1319f533f40d26c108a4 100644 (file)
@@ -123,7 +123,7 @@ There is a new function parameter syntax ``/`` to indicate that some
 function parameters must be specified positionally and cannot be used as
 keyword arguments.  This is the same notation shown by ``help()`` for C
 functions annotated with Larry Hastings'
-`Argument Clinic <devguide.python.org/development-tools/clinic/>`__ tool.
+`Argument Clinic <https://devguide.python.org/development-tools/clinic/>`__ tool.
 
 In the following example, parameters *a* and *b* are positional-only,
 while *c* or *d* can be positional or keyword, and *e* or *f* are