Skip to content

Commit 449fd99

Browse files
committed
-
1 parent 58ef2f9 commit 449fd99

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
@@ -32,7 +32,7 @@ Many other methods are also available:
3232
``last()``
3333
Selects the last node.
3434
``siblings()``
35-
Selects all sibling nodes (nodes with the same parent).
35+
Selects all sibling nodes (nodes with the same parent, excluding the current node).
3636
``nextAll()``
3737
Selects all following siblings (same parent, after the current node).
3838
``previousAll()``

0 commit comments

Comments
 (0)