Kaydet (Commit) 3708349c authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Minor readability improvement.

üst 3ac86653
...@@ -319,7 +319,7 @@ Supported XPath syntax ...@@ -319,7 +319,7 @@ Supported XPath syntax
+=======================+======================================================+ +=======================+======================================================+
| ``tag`` | Selects all child elements with the given tag. | | ``tag`` | Selects all child elements with the given tag. |
| | For example, ``spam`` selects all child elements | | | 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 | | | grandchildren named ``egg`` in all children named |
| | ``spam``. | | | ``spam``. |
+-----------------------+------------------------------------------------------+ +-----------------------+------------------------------------------------------+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment