Skip to content

Commit 58ef2f9

Browse files
committed
Add a missing trailing dot
1 parent f692b02 commit 58ef2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/dom_crawler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Many other methods are also available:
2626
``filterXpath('h1')``
2727
Selects nodes matching the given `XPath expression`_.
2828
``eq(1)``
29-
Selects the node at the given index (``0`` is the first node)
29+
Selects the node at the given index (``0`` is the first node).
3030
``first()``
3131
Selects the first node (equivalent to ``eq(0)``).
3232
``last()``

0 commit comments

Comments
 (0)