From 36469c67c219df89307c90ca2aa9e5692315d676 Mon Sep 17 00:00:00 2001 From: Aman Date: Sat, 26 Aug 2023 22:42:44 -0700 Subject: [PATCH] Fix typo in redis-stream-example.ipynb remote -> remove --- docs/examples/redis-stream-example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/redis-stream-example.ipynb b/docs/examples/redis-stream-example.ipynb index a84bf19cb6..eb1f2e9a20 100644 --- a/docs/examples/redis-stream-example.ipynb +++ b/docs/examples/redis-stream-example.ipynb @@ -652,7 +652,7 @@ "metadata": {}, "source": [ "## delete all\n", - "To remove the messages with need to remote them explicitly with `xdel`." + "To remove the messages with need to remove them explicitly with `xdel`." ] }, {