PEP 482: Fix other occurrences of 'parametriz'
This commit is contained in:
parent
73b35bb7ff
commit
cfbbb26936
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue