]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: replace 'currying' by 'partial function'. (#91814)
authorClemens Tolboom <clemens@build2be.com>
Thu, 11 Aug 2022 06:23:40 +0000 (08:23 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 06:23:40 +0000 (01:23 -0500)
Doc/howto/functional.rst

index 1c3bd23f9fee6d0da2d36fa3320f762b59a6b124..7d30c343e372fe13ac561d22870738e7e67c44a3 100644 (file)
@@ -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