Skip to content

Commit

Permalink
removing explicit type
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdorneles committed Aug 23, 2015
1 parent 825b0aa commit 63dadeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ Here are some :class:`Selector` examples to illustrate several concepts.
In all cases, we assume there is already a :class:`Selector` instantiated with
an HTML text like this::

sel = Selector(text=html_text, type='html')
sel = Selector(text=html_text)

1. Select all ``<h1>`` elements from an HTML text, returning a list of
:class:`Selector` objects (ie. a :class:`SelectorList` object)::
Expand Down

0 comments on commit 63dadeb

Please sign in to comment.