Skip to content

Commit 709f8d3

Browse files
author
Eli
committed
Fix mispelling
1 parent 0f8e021 commit 709f8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/style.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ arguments, and in which order.
9595
In those two cases, it is possible to use argument names when calling the functions
9696
and, doing so, it is possible to switch the order of arguments, calling for instance
9797
``send(recipient='World', message='Hello')`` and ``point(y=2, x=1)`` but this
98-
reduce readability and is unnecessarily verbose, compared to the more straightforward
98+
reduces readability and is unnecessarily verbose, compared to the more straightforward
9999
calls to ``send('Hello', 'World')`` and ``point(1, 2)``.
100100

101101
**Keyword arguments** are not mandatory and have default values. They are often

0 commit comments

Comments
 (0)