Commit 6b7f5b3
committed
gh-156233: Fix grammar in MRO documentation
Fixes #156233
The sentence "Then repeat the operation until all the class are
removed..." incorrectly uses singular "class".
Change to "all the classes are removed" to match plural subject.
Validation: git diff --check clean; verified rendering of
Doc/howto/mro.rst via local inspection.1 parent ee1da7e commit 6b7f5b3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments