Fix doc typo.

Reported by cosmez on IRC.
This commit is contained in:
Vincent St-Amour 2014-03-01 09:50:15 -05:00
parent be7c4fb5c0
commit 5f7bab7506

View File

@ -391,7 +391,7 @@ addition, keyword arguments also ``thin'' out calls because function calls
don't need to refer to default values of arguments that are considered
optional.
Similarly, if your function or method consumers two (or more)
Similarly, if your function or method consumes two (or more)
@emph{optional} parameters, keyword arguments are a must.
Write a purpose statement for your function. If you can, add an informal