We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979c0df commit 5a074aaCopy full SHA for 5a074aa
Doc/tutorial/controlflow.rst
@@ -832,7 +832,7 @@ parameters as there is a ``/`` in the function definition::
832
File "<stdin>", line 1, in <module>
833
TypeError: pos_only_arg() got some positional-only arguments passed as keyword arguments: 'arg'
834
835
-The third function ``kwd_only_args`` only allows keyword arguments as indicated
+The third function ``kwd_only_arg`` only allows keyword arguments as indicated
836
by a ``*`` in the function definition::
837
838
>>> kwd_only_arg(3)
0 commit comments