Skip to content

Commit

Permalink
typo. fixed #228
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Jan 19, 2022
1 parent 0a5f285 commit f114f6b
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 @@ -933,7 +933,7 @@ def css(self, *args, **kwargs):
# CORE UI EFFECTS #
###################
def hide(self):
"""Remove display:none to elements style:
"""Add display:none to elements style:
>>> print(PyQuery('<div style="display:none;"/>').hide())
<div style="display: none"/>
Expand Down

0 comments on commit f114f6b

Please sign in to comment.