Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9e956f

Browse files
Docs: replace 'currying' by 'partial function'. (#91814)
1 parent 9af4aed commit b9e956f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/howto/functional.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,8 @@ describing functional programming.
12231223

12241224
https://en.wikipedia.org/wiki/Coroutine: Entry for coroutines.
12251225

1226+
https://en.wikipedia.org/wiki/Partial_application: Entry for the concept of partial function application.
1227+
12261228
https://en.wikipedia.org/wiki/Currying: Entry for the concept of currying.
12271229

12281230
Python-specific

0 commit comments

Comments
 (0)