PEP 484: Fix other occurrences of 'parametriz'

This commit is contained in:
Guido van Rossum 2020-02-24 20:21:41 -08:00
parent 8a5fe7b15c
commit 67642567c6
1 changed files with 1 additions and 1 deletions

View File

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