Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a23bd0 + 1e1e601 commit 762bee2Copy full SHA for 762bee2
1 file changed
Doc/library/xml.etree.elementtree.rst
@@ -325,7 +325,7 @@ Supported XPath syntax
325
+=======================+======================================================+
326
| ``tag`` | Selects all child elements with the given tag. |
327
| | For example, ``spam`` selects all child elements |
328
-| | named ``spam``, ``spam/egg`` selects all |
+| | named ``spam``, and ``spam/egg`` selects all |
329
| | grandchildren named ``egg`` in all children named |
330
| | ``spam``. |
331
+-----------------------+------------------------------------------------------+
0 commit comments