We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e26b46 commit 8c5e2f8Copy full SHA for 8c5e2f8
doc/source/9_trees_and_directed_acyclic_graphs.rst
@@ -1091,7 +1091,7 @@ a symbol with respect to any other symbol is 0. Because terminals have no
1091
operands, the implementation of differentiation when visiting a terminal is
1092
particularly easy. Note that the symbol with respect to which we are
1093
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
+with a keyword argument in a manner analogous to `symbol_map` in
1095
:numref:`tree_evaluate`.
1096
1097
The differentiation of operators is achieved by an applying the chain rule. For
0 commit comments