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