Fix transposed letters in `agrument` (#146)

This commit is contained in:
Naomi Seyfer 2016-12-01 22:16:35 -08:00 committed by Chris Angelico
parent 20d7598b88
commit 22d8c63e03
1 changed files with 1 additions and 1 deletions

View File

@ -1239,7 +1239,7 @@ This approach may also be useful to handle import cycles.
Arbitrary argument lists and default argument values
----------------------------------------------------
Arbitrary agrument lists can as well be type annotated,
Arbitrary argument lists can as well be type annotated,
so that the definition::
def foo(*args: str, **kwds: int): ...