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
Following your example I wrote:
import urbandict defs = urbandict.define(search) print(defs) # gives: [{'word': 'xterm', 'def': 'Godly', 'example': 'I wish', 'category': ''}]
and not the expected
[{'word': 'xterm', 'example': 'I wish i was an xterm', 'def': 'Godly creature, omnipotent, guru in every way imaginable.'}]
The text was updated successfully, but these errors were encountered:
Hm, it doesn't seem the problem is related to the Python version, it looks like formatting was changed again.
Sorry, something went wrong.
yeah, and I found the culprit I think.... whenever the handle_endtag function is defined, remove the 'a' tag in the if condition
novel
No branches or pull requests
Following your example I wrote:
and not the expected
The text was updated successfully, but these errors were encountered: