commit | 440bbd0e388ee516bf93be0f96ea7de7fafc4f32 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Thu Sep 08 05:22:16 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Thu Sep 08 05:22:16 2016 +0000 |
tree | 63fc37b4b49b377f56f483332cd44ca4e62e8d5e | |
parent | 6507657dddebc629e49f3dc683d89a96a481fb86 [diff] [blame] |
Correct occurance → occurrence; extracted from patch by Georg Brandl
diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 4e5d917..aa88152 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c
@@ -2775,7 +2775,7 @@ } if (to_len == 0) { - /* delete all occurances of 'from' string */ + /* delete all occurrences of 'from' string */ if (from_len == 1) { return replace_delete_single_character( self, from_s[0], maxcount);