Spelling (gneric > generic) (#178)

This commit is contained in:
Nick Nystrom 2017-01-10 16:18:56 -06:00 committed by Chris Angelico
parent 08282fe6a5
commit 7bdfb0006d
1 changed files with 1 additions and 1 deletions

View File

@ -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