From 4332d3d6881db3fdcbf4f4491bfb4b543c335037 Mon Sep 17 00:00:00 2001 From: johnsonb2 Date: Wed, 6 Mar 2019 17:25:00 -0800 Subject: [PATCH] PEP 3119: Fix typo int the word: coarse-grained (#914) coarse-grained -> coarse-grained --- pep-3119.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3119.txt b/pep-3119.txt index a9824a2b8..16be3cf34 100644 --- a/pep-3119.txt +++ b/pep-3119.txt @@ -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