Skip to content

Commit bbfa479

Browse files
committed
Fix a tiny typo
1 parent bb79614 commit bbfa479

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
@@ -107,7 +107,7 @@ passed another value.
107107

108108
Calling a function with keyword arguments can be done in multiple ways in Python,
109109
for example it is possible to follow the order of arguments in the definition without
110-
explicitly naming the arguments, like in ``send('Hello', 'World', 'Cthulhu`, 'God')``,
110+
explicitly naming the arguments, like in ``send('Hello', 'World', 'Cthulhu', 'God')``,
111111
sending a blank carbon copy to God. It would also be possible to name arguments in
112112
another order, like in ``send('Hello again', 'World', bcc='God', cc='Cthulhu')``.
113113
Those two possibilities are better avoided without any strong reason to not

0 commit comments

Comments
 (0)