summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-10-02 11:02:59 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-10-02 11:02:59 (GMT)
commit565ea5ae3701b3600cb7ac2f6405574b51c19ba7 (patch)
tree2273bbe419a85b4520a330e982603989dc5b27d9 /Misc/HISTORY
parent880430e2a54d4f47baef3515072e7119e85510f7 (diff)
downloadcpython-565ea5ae3701b3600cb7ac2f6405574b51c19ba7.zip
cpython-565ea5ae3701b3600cb7ac2f6405574b51c19ba7.tar.gz
cpython-565ea5ae3701b3600cb7ac2f6405574b51c19ba7.tar.bz2
SF bug#1038917 fix typos (Contributed by George Yoshida.)
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 00e9482..d8847a8 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -7255,7 +7255,7 @@ Ellipses object, and corresponding syntax:
x[lo:hi:stride] == x[slice(lo, hi, stride)]
x[a, ..., z] == x[(a, Ellipses, z)]
-- New documentation for errno and cgi mdoules.
+- New documentation for errno and cgi modules.
- The directory containing the script passed to the interpreter is
inserted in from of sys.path; "." is no longer a default path