PEP 482: Fix other occurrences of 'parametriz'

This commit is contained in:
Guido van Rossum 2020-02-24 20:20:33 -08:00
parent 73b35bb7ff
commit cfbbb26936
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ interfaces, classes, mixins and modules to the language.
Type checks are duck typed. Multiple valid function signatures are Type checks are duck typed. Multiple valid function signatures are
specified by supplying overloaded function declarations. Functions and specified by supplying overloaded function declarations. Functions and
classes can use generics as type parametrization. Interfaces can have classes can use generics as type parameterization. Interfaces can have
optional fields. Interfaces can specify array and dictionary types. optional fields. Interfaces can specify array and dictionary types.
Classes can have constructors that implicitly add arguments as fields. Classes can have constructors that implicitly add arguments as fields.
Classes can have static fields. Classes can have private fields. Classes can have static fields. Classes can have private fields.