PEP 3119: Fix typo int the word: coarse-grained (#914)
coarse-grained -> coarse-grained
This commit is contained in:
parent
d69b083262
commit
4332d3d688
|
@ -141,7 +141,7 @@ Overloading ``isinstance()`` and ``issubclass()``
|
||||||
|
|
||||||
During the development of this PEP and of its companion, PEP 3141, we
|
During the development of this PEP and of its companion, PEP 3141, we
|
||||||
repeatedly faced the choice between standardizing more, fine-grained
|
repeatedly faced the choice between standardizing more, fine-grained
|
||||||
ABCs or fewer, course-grained ones. For example, at one stage, PEP
|
ABCs or fewer, coarse-grained ones. For example, at one stage, PEP
|
||||||
3141 introduced the following stack of base classes used for complex
|
3141 introduced the following stack of base classes used for complex
|
||||||
numbers: MonoidUnderPlus, AdditiveGroup, Ring, Field, Complex (each
|
numbers: MonoidUnderPlus, AdditiveGroup, Ring, Field, Complex (each
|
||||||
derived from the previous). And the discussion mentioned several
|
derived from the previous). And the discussion mentioned several
|
||||||
|
|
Loading…
Reference in New Issue