Skip to content

Commit

Permalink
correcting xhtml_to_html docstring
Browse files Browse the repository at this point in the history
to use the correct method.
  • Loading branch information
zsoldosp committed Apr 24, 2014
1 parent fd6975f commit 8e67ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyquery/pyquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def xhtml_to_html(self):
... '<html xmlns="http://www.w3.org/1999/xhtml"></html>')
>>> doc
[<{http://www.w3.org/1999/xhtml}html>]
>>> doc.remove_namespaces()
>>> doc.xhtml_to_html()
[<html>]
"""
try:
Expand Down

0 comments on commit 8e67ee3

Please sign in to comment.