From 47dcb2d105275fa944ddd1e7b4056a5b30a1f0c8 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 10 Dec 2024 18:10:14 -0500 Subject: [PATCH] x --- docs/docs/how-tos/human_in_the_loop/interrupt.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/human_in_the_loop/interrupt.ipynb b/docs/docs/how-tos/human_in_the_loop/interrupt.ipynb index a4877deaf..51cb2a165 100644 --- a/docs/docs/how-tos/human_in_the_loop/interrupt.ipynb +++ b/docs/docs/how-tos/human_in_the_loop/interrupt.ipynb @@ -22,7 +22,7 @@ " * [Command](../../../concepts/low_level#command)\n", " \n", "\n", - "An [interrupt]( is a convenient way to support human-in-the-loop workflows.\n", + "An `interrupt` is a convenient way to support human-in-the-loop workflows.\n", "\n", "To use an `interrupt`, you must enable a checkpointer, as the feature relies on persisting the graph state.\n", "\n",