summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHI Cheng <git@chicheng.me>2021-01-29 01:48:16 +1100
committerGitHub <noreply@github.com>2021-01-28 08:48:16 -0600
commit42636b15dd1a5b85de56eac98e47954d4c776576 (patch)
tree1996cb28497b714c1b1da71ec375fde5c28e5cee
parentae22dcf6f3083cd02139145fe23f72cbf0d4913e (diff)
downloadsix-git-42636b15dd1a5b85de56eac98e47954d4c776576.tar.gz
Fix typo in Changelog: itmes -> items. (#350)
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 89b0f8b..3ba5988 100644
--- a/CHANGES
+++ b/CHANGES
@@ -105,7 +105,7 @@ Development version
- Issue #98: Fix `six.moves` race condition in multi-threaded code.
-- Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary
+- Pull request #51: Add `six.view(keys|values|items)`, which provide dictionary
views on Python 2.7+.
- Issue #112: `six.moves.reload_module` now uses the importlib module on