Skip to content

Commit

Permalink
html
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
  • Loading branch information
kennethreitz committed Feb 28, 2018
1 parent a1e979b commit b9a7fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def html(self) -> _BaseHTML:
return etree.tostring(self.element, encoding='unicode').strip()

@html.setter
def set_html(self, html: bytes) -> None:
def html(self, html: bytes) -> None:
"""Property setter for self.html."""
self._html = html

Expand Down

0 comments on commit b9a7fc3

Please sign in to comment.