Fix transposed letters in `agrument` (#146)
This commit is contained in:
parent
20d7598b88
commit
22d8c63e03
|
@ -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): ...
|
||||
|
|
Loading…
Reference in New Issue