diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-31 11:48:53 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-31 11:48:53 (GMT) |
commit | 1f1177d69a21805c374b6b4cfce9f9f76bceb822 (patch) | |
tree | 14d59076b529affba00fd59610399131db4d1dc7 /Misc | |
parent | 3e8a7ad7fc6224f8cae7d1c43d676d2093442611 (diff) | |
download | cpython-1f1177d69a21805c374b6b4cfce9f9f76bceb822.zip cpython-1f1177d69a21805c374b6b4cfce9f9f76bceb822.tar.gz cpython-1f1177d69a21805c374b6b4cfce9f9f76bceb822.tar.bz2 |
Fix some spelling errors in documentation and code comments
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/HISTORY | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 5957956..a053962 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -1966,7 +1966,7 @@ Core and Builtins change also applies to bytes.splitlines and bytearray.splitlines. - Issue #7732: Don't open a directory as a file anymore while importing a - module. Ignore the direcotry if its name matchs the module name (e.g. + module. Ignore the directory if its name matches the module name (e.g. "__init__.py") and raise a ImportError instead. - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for @@ -1403,7 +1403,7 @@ Library - Issue #21402: tkinter.ttk now works when default root window is not set. -- Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr +- Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular it supports reverse() and negative indices. Original patch by Claudiu Popa. - Issue #18807: If copying (no symlinks) specified for a venv, then the python |