We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c191e commit 5cf8551Copy full SHA for 5cf8551
1 file changed
README.md
@@ -40,7 +40,7 @@ Or with some configuration options:
40
>>> h = html2text.HTML2Text()
41
>>> # Ignore converting links from HTML
42
>>> h.ignore_links = True
43
->>> print h.handle("<p>Hello, <a href='https://www.google.com/earth/'>world</a>!")
+>>> print(h.handle("<p>Hello, <a href='https://www.google.com/earth/'>world</a>!"))
44
Hello, world!
45
46
>>> print(h.handle("<p>Hello, <a href='https://www.google.com/earth/'>world</a>!"))
0 commit comments