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

This commit is contained in:
Clemens Tolboom 2022-08-11 08:23:40 +02:00 committed by GitHub
parent 9af4aed73a
commit b9e956fccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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