Skip to content

Conversation

@spang
Copy link

@spang spang commented Jan 28, 2015

Trying to use the method documented does not work; Tag inherits
from dict and defines no 'update' method of its own, resulting in
a stack trace like:

➜ ~ python tag.py
Traceback (most recent call last):
File tag.py, line 15, in
emails=list(emails))
TypeError: descriptor 'update' requires a 'dict' object but received a 'str'

Trying to use the method documented does not work; Tag inherits
from dict and defines no 'update' method of its own, resulting in
a stack trace like:

➜  ~  python tag.py
Traceback (most recent call last):
  File tag.py, line 15, in <module>
    emails=list(emails))
TypeError: descriptor 'update' requires a 'dict' object but received a 'str'
@jkeyes
Copy link
Contributor

jkeyes commented Mar 29, 2015

The documentation has changed and this example is no longer included.

@jkeyes jkeyes closed this Mar 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants