[Python-checkins] Docs: replace 'currying' by 'partial function'. (#91814)

rhettinger webhook-mailer at python.org
Thu Aug 11 02:24:01 EDT 2022


https://github.com/python/cpython/commit/b9e956fccf60e2083d63bdfa30d7e04c910e94c2
commit: b9e956fccf60e2083d63bdfa30d7e04c910e94c2
branch: main
author: Clemens Tolboom <clemens at build2be.com>
committer: rhettinger <rhettinger at users.noreply.github.com>
date: 2022-08-11T01:23:40-05:00
summary:

Docs: replace 'currying' by 'partial function'. (#91814)

files:
M Doc/howto/functional.rst

diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst
index 1c3bd23f9fe..7d30c343e37 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



More information about the Python-checkins mailing list