commit | 2f9171d9008dea8db9183041dab71d8ef1edb844 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sun Dec 18 01:23:09 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sun Dec 18 01:23:09 2016 +0000 |
tree | 5dab4ce6381829b3b22be84b6e97075455fc2694 | |
parent | c69fd86f94365a4d502765c2618d0df7e9d7ae67 [diff] [blame] |
Fix spelling and grammar in code comments and documentation
diff --git a/Misc/HISTORY b/Misc/HISTORY index 88cb286..9655d4c 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY
@@ -2194,7 +2194,7 @@ NULL). - Issue #10829: Refactor PyUnicode_FromFormat(), use the same function to parse - the format string in the 3 steps, fix crashs on invalid format strings. + the format string in the 3 steps, fix crashes on invalid format strings. - Issue #13007: whichdb should recognize gdbm 1.9 magic numbers.