Skip to content

Commit c6137ce

Browse files
committed
Aesthetics.
1 parent 95e655d commit c6137ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/index.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ User API
4545
========
4646

4747
In CSS3 terms, a `group of selectors`_ is a sequence of comma-separated
48-
selectors. For example, ``div, h1.title + p`` is a group of 2 selectors.
48+
selectors. For example, ``div, h1.title + p`` is a group of 2 selectors.
4949

5050
.. _group of selectors: http://www.w3.org/TR/selectors/#grouping
5151

@@ -57,6 +57,10 @@ selectors. For example, ``div, h1.title + p`` is a group of 2 selectors.
5757
:members: css_to_xpath, selector_to_xpath
5858

5959
.. autoclass:: HTMLTranslator
60+
61+
Exceptions
62+
----------
63+
6064
.. autoexception:: SelectorError
6165
.. autoexception:: SelectorSyntaxError
6266
.. autoexception:: ExpressionError

0 commit comments

Comments
 (0)