Skip to content

Commit 78bfc70

Browse files
authored
Update controlflow.rst
1 parent f2d2304 commit 78bfc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ the positional-or-keyword parameter ``name`` and the var-keyword parameter
880880
def foo(name, **kwds):
881881
return 'name' in kwds
882882

883-
Calling ``foo()`` gets error because `name` parameter can receive both the 1st and
883+
Calling ``foo()`` gets error because ``name`` parameter can receive both the 1st and
884884
2nd argument by position and keyword respectively::
885885

886886
>>> foo(1, name=2)

0 commit comments

Comments
 (0)