Skip to content

Commit 0be7c21

Browse files
authored
Fix grammar in Doc/tutorial/controlflow.rst (pythonGH-21885)
Automerge-Triggered-By: @csabella
1 parent c3dd7e4 commit 0be7c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/controlflow.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ Finally, consider this function definition which has a potential collision betwe
661661
return 'name' in kwds
662662

663663
There is no possible call that will make it return ``True`` as the keyword ``'name'``
664-
will always to bind to the first parameter. For example::
664+
will always bind to the first parameter. For example::
665665

666666
>>> foo(1, **{'name': 2})
667667
Traceback (most recent call last):

0 commit comments

Comments
 (0)