Comment 2 for bug 1470589

Revision history for this message
Gustavo Carneiro (gjc) wrote :

Thanks, Tom!

I think this part is wrong:

+ docstrings_set = {}

{} is an empty dict, not an empty set. An empty set needs to be spelled out `set()`.

Fixed, committed, and pushed.