Fix spelling and grammar in code comments and documentation

This commit is contained in:
Martin Panter 2016-12-18 01:23:09 +00:00
parent c69fd86f94
commit 2f9171d900
4 changed files with 4 additions and 4 deletions

View file

@ -2194,7 +2194,7 @@ Core and Builtins
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.