From: Clemens Tolboom Date: Thu, 11 Aug 2022 06:23:40 +0000 (+0200) Subject: Docs: replace 'currying' by 'partial function'. (#91814) X-Git-Tag: v3.12.0a1~679 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9e956fccf60e2083d63bdfa30d7e04c910e94c2;p=thirdparty%2FPython%2Fcpython.git Docs: replace 'currying' by 'partial function'. (#91814) --- diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index 1c3bd23f9fee..7d30c343e372 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -1223,6 +1223,8 @@ describing functional programming. https://en.wikipedia.org/wiki/Coroutine: Entry for coroutines. +https://en.wikipedia.org/wiki/Partial_application: Entry for the concept of partial function application. + https://en.wikipedia.org/wiki/Currying: Entry for the concept of currying. Python-specific