From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:48:43 +0000 (+0100) Subject: [3.12] Docs: Fix external link to devguide.python.org (GH-112899) (#113065) X-Git-Tag: v3.12.2~329 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d84aa5cd28a6ecc34a0cc1dab8763b06540b6503;p=thirdparty%2FPython%2Fcpython.git [3.12] Docs: Fix external link to devguide.python.org (GH-112899) (#113065) Co-authored-by: Miro HronĨok --- diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index e79b7cade7ba..fed20a3de042 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -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 `__ tool. +`Argument 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