summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-12-18 01:23:09 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-12-18 01:23:09 (GMT)
commit2f9171d9008dea8db9183041dab71d8ef1edb844 (patch)
tree5dab4ce6381829b3b22be84b6e97075455fc2694 /Misc/HISTORY
parentc69fd86f94365a4d502765c2618d0df7e9d7ae67 (diff)
downloadcpython-2f9171d9008dea8db9183041dab71d8ef1edb844.zip
cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.tar.gz
cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.tar.bz2
Fix spelling and grammar in code comments and documentation
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 88cb286..9655d4c 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -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.