diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-09-17 00:06:41 +0000 |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-09-17 00:06:41 +0000 |
commit | d3aa6467cffa336433d1c813fbaf27e95bdca025 (patch) | |
tree | 644757df1f1d5916802dab9ae10dbe49da6320f2 | |
parent | 6a61ec5bbedfe0594d6ba8a03315b2da704572f6 (diff) | |
download | cpython-git-d3aa6467cffa336433d1c813fbaf27e95bdca025.tar.gz |
typo: Documenation -> Documentation
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ Build - Issue 5390: Add uninstall icon independent of whether file extensions are installed. -Documenation +Documentation ------------ - Document that importing a module that has None in sys.modules triggers an |