Skip to content

Commit 8c5e2f8

Browse files
committed
tree_map should be symbol_map
1 parent 3e26b46 commit 8c5e2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/9_trees_and_directed_acyclic_graphs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ a symbol with respect to any other symbol is 0. Because terminals have no
10911091
operands, the implementation of differentiation when visiting a terminal is
10921092
particularly easy. Note that the symbol with respect to which we are
10931093
differentiating will need to be passed in to the visitor. This can be achieved
1094-
with a keyword argument in a manner analogous to `tree_map` in
1094+
with a keyword argument in a manner analogous to `symbol_map` in
10951095
:numref:`tree_evaluate`.
10961096

10971097
The differentiation of operators is achieved by an applying the chain rule. For

0 commit comments

Comments
 (0)