Skip to content

Commit

Permalink
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21923)
Browse files Browse the repository at this point in the history
Automerge-Triggered-By: @csabella
(cherry picked from commit 0be7c21)

Co-authored-by: Denis Ovsienko <denis@ovsienko.info>
  • Loading branch information
miss-islington and infrastation committed Aug 22, 2020
1 parent 0694b82 commit e94d5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/controlflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ Finally, consider this function definition which has a potential collision betwe
return 'name' in kwds

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

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

0 comments on commit e94d5db

Please sign in to comment.