From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:48:44 +0000 (+0100) Subject: [3.11] Docs: Fix external link to devguide.python.org (GH-112899) (#113064) X-Git-Tag: v3.11.8~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c45927c3f6b711585557ccc47a83491a7f958bc;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs: Fix external link to devguide.python.org (GH-112899) (#113064) Co-authored-by: Miro HronĨok --- diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 0a402bd01760..4515010635fe 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