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 f2d2304 commit 78bfc70Copy full SHA for 78bfc70
Doc/tutorial/controlflow.rst
@@ -880,7 +880,7 @@ the positional-or-keyword parameter ``name`` and the var-keyword parameter
880
def foo(name, **kwds):
881
return 'name' in kwds
882
883
-Calling ``foo()`` gets error because `name` parameter can receive both the 1st and
+Calling ``foo()`` gets error because ``name`` parameter can receive both the 1st and
884
2nd argument by position and keyword respectively::
885
886
>>> foo(1, name=2)
0 commit comments