PEP 3119: Fix typo int the word: coarse-grained (#914)

coarse-grained -> coarse-grained
This commit is contained in:
johnsonb2 2019-03-06 17:25:00 -08:00 committed by Mariatta
parent d69b083262
commit 4332d3d688
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ Overloading ``isinstance()`` and ``issubclass()``
During the development of this PEP and of its companion, PEP 3141, we
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
numbers: MonoidUnderPlus, AdditiveGroup, Ring, Field, Complex (each
derived from the previous). And the discussion mentioned several