diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-17 06:37:36 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-17 06:37:36 (GMT) |
| commit | 9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f (patch) | |
| tree | 4878492acdcc033c71d4be46967537291d433cb1 /Lib/test/test_mutants.py | |
| parent | 0bb165ecc114fcf7ce1df454355c4cbbef8b63e9 (diff) | |
| download | cpython-9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f.zip cpython-9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f.tar.gz cpython-9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f.tar.bz2 | |
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Diffstat (limited to 'Lib/test/test_mutants.py')
| -rw-r--r-- | Lib/test/test_mutants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_mutants.py b/Lib/test/test_mutants.py index 69c381e..c70106d 100644 --- a/Lib/test/test_mutants.py +++ b/Lib/test/test_mutants.py @@ -4,7 +4,7 @@ import os # From SF bug #422121: Insecurities in dict comparison. -# Safety of code doing comparisons has been an historical Python weak spot. +# Safety of code doing comparisons has been a historical Python weak spot. # The problem is that comparison of structures written in C *naturally* # wants to hold on to things like the size of the container, or "the # biggest" containee so far, across a traversal of the container; but |
