We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "test.py", line 27, in action _(chapters.items()).forEach(lambda item, *others: File "/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/underscore.py-0.1.6-py3.4.egg/underscore/underscore.py", line 174, in each TypeError: 'ItemsView' object is not subscriptable
chapters is an OrderedDict.
chapters
The text was updated successfully, but these errors were encountered:
serkanyersen
No branches or pull requests
chapters
is an OrderedDict.The text was updated successfully, but these errors were encountered: