PEP 484: Fix other occurrences of 'parametriz'
This commit is contained in:
parent
8a5fe7b15c
commit
67642567c6
|
@ -2199,7 +2199,7 @@ Which brackets for generic type parameters?
|
|||
|
||||
Most people are familiar with the use of angular brackets
|
||||
(e.g. ``List<int>``) in languages like C++, Java, C# and Swift to
|
||||
express the parametrization of generic types. The problem with these
|
||||
express the parameterization of generic types. The problem with these
|
||||
is that they are really hard to parse, especially for a simple-minded
|
||||
parser like Python. In most languages the ambiguities are usually
|
||||
dealt with by only allowing angular brackets in specific syntactic
|
||||
|
|
Loading…
Reference in New Issue