Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed Nov 10, 2023
1 parent 1017ba1 commit e9f96a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/tutorial/tutorial_trees.rst
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ tree structure. Several methods are available:
========================================= =========================================================================


Search_all nodes matching a given criteria
Search all nodes matching a given criteria
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

A custom list of nodes matching a given name can be easily obtained
Expand Down Expand Up @@ -539,8 +539,8 @@ through the :func:`Tree.search_nodes` function.
print(n1 == n2) # True


Search nodes matching a given criteria (iteration)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Search nodes matching a given criteria
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

A limitation of the :func:`Tree.search_nodes` method is that you
cannot use complex conditional statements to find specific nodes. When
Expand Down Expand Up @@ -1219,7 +1219,7 @@ Example::
# ╰─┬╴Q
# ╰╴P

In the next section we will see hot to re-create the same tree again.
In the next section we will see how to re-create the same tree again.


Concatenating trees
Expand Down

0 comments on commit e9f96a3

Please sign in to comment.