Skip to content

Commit 90d19eb

Browse files
Fix cross-reference
1 parent a87c605 commit 90d19eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gallery/rewrites/graph_rewrites.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@
648648
"cell_type": "markdown",
649649
"metadata": {},
650650
"source": [
651-
"Here we used {func}`pytensor.graph.rewriting.basic.in2out` which creates a {class}`GraphRewriter` (specifically a {class}`WalkingGraphRewriter`) which walks from the inputs to the outputs of a FunctionGraph trying to apply whatever nodes are \"registered\" in it.\n",
651+
"Here we used {func}`in2out` which creates a {class}`GraphRewriter` (specifically a {class}`WalkingGraphRewriter`) which walks from the inputs to the outputs of a FunctionGraph trying to apply whatever nodes are \"registered\" in it.\n",
652652
"\n",
653653
"Wrapping simple functions in {class}`NodeRewriter`s is so common that PyTensor offers a decorator for it.\n",
654654
"\n",

0 commit comments

Comments
 (0)