Spelling (gneric > generic) (#178)
This commit is contained in:
parent
08282fe6a5
commit
7bdfb0006d
|
@ -1025,7 +1025,7 @@ allow all operations on it, and a value of type ``Any`` can be assigned
|
|||
to a variable (or used as a return value) of a more constrained type.
|
||||
|
||||
A function parameter without an annotation is assumed to be annotated with
|
||||
``Any``. If a gneric type is used without specifying type parameters,
|
||||
``Any``. If a generic type is used without specifying type parameters,
|
||||
they assumed to be ``Any``::
|
||||
|
||||
from typing import Mapping
|
||||
|
|
Loading…
Reference in New Issue