summaryrefslogtreecommitdiffstats
path: root/Doc/howto/functional.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/howto/functional.rst')
-rw-r--r--Doc/howto/functional.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst
index 1c3bd23..7d30c34 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