mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix doc typo noticed by Amaury Forgeot d'Arc
This commit is contained in:
parent
8486076dd5
commit
ede001a832
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ Supported XPath syntax
|
|||
| | a relative path. |
|
||||
+-----------------------+------------------------------------------------------+
|
||||
| ``//`` | Selects all subelements, on all levels beneath the |
|
||||
| | current element. For example, ``./egg`` selects |
|
||||
| | current element. For example, ``.//egg`` selects |
|
||||
| | all ``egg`` elements in the entire tree. |
|
||||
+-----------------------+------------------------------------------------------+
|
||||
| ``..`` | Selects the parent element. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue