commit | 565ea5ae3701b3600cb7ac2f6405574b51c19ba7 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Oct 02 11:02:59 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Oct 02 11:02:59 2004 +0000 |
tree | 2273bbe419a85b4520a330e982603989dc5b27d9 | |
parent | 880430e2a54d4f47baef3515072e7119e85510f7 [diff] [blame] |
SF bug#1038917 fix typos (Contributed by George Yoshida.)
diff --git a/Misc/HISTORY b/Misc/HISTORY index 00e9482..d8847a8 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY
@@ -7255,7 +7255,7 @@ 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