Skip to content

Commit

Permalink
Update pybamm/expression_tree/symbol.py
Browse files Browse the repository at this point in the history
Co-authored-by: Agriya Khetarpal <[email protected]>
  • Loading branch information
2 people authored and js1tr3 committed Aug 12, 2024
1 parent 8cd8fb1 commit d96723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/expression_tree/symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def pre_order(self):
Examples
--------
>>> a = pybamm.Symbol('a')
>>> a = pybamm.Symbol('a')
>>> b = pybamm.Symbol('b')
>>> for node in (a*b).pre_order():
... print(node.name)
Expand Down

0 comments on commit d96723a

Please sign in to comment.