Skip to content

Commit e94d5db

Browse files
Fix grammar in Doc/tutorial/controlflow.rst (pythonGH-21885) (python#21923)
Automerge-Triggered-By: @csabella (cherry picked from commit 0be7c21) Co-authored-by: Denis Ovsienko <denis@ovsienko.info>
1 parent 0694b82 commit e94d5db

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
@@ -658,7 +658,7 @@ Finally, consider this function definition which has a potential collision betwe
658658
return 'name' in kwds
659659

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

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

0 commit comments

Comments
 (0)