mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00
Minor readability improvement.
This commit is contained in:
parent
c420343c0c
commit
1e1e601bd1
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ Supported XPath syntax
|
|||
+=======================+======================================================+
|
||||
| ``tag`` | Selects all child elements with the given tag. |
|
||||
| | For example, ``spam`` selects all child elements |
|
||||
| | named ``spam``, ``spam/egg`` selects all |
|
||||
| | named ``spam``, and ``spam/egg`` selects all |
|
||||
| | grandchildren named ``egg`` in all children named |
|
||||
| | ``spam``. |
|
||||
+-----------------------+------------------------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue