Skip to content

Commit

Permalink
Fix typo in Changelog: itmes -> items. (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicheng authored Jan 28, 2021
1 parent ae22dcf commit 42636b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42636b1

Please sign in to comment.