From 9d6f649ba527bb2d2e9a195cda2bff7ca9335475 Mon Sep 17 00:00:00 2001 From: Francis Felici Date: Tue, 28 Mar 2023 19:03:17 -0300 Subject: [PATCH] fix typo in docs (#2115) simple typo --- docs/modules/memory/examples/multiple_memory.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/memory/examples/multiple_memory.ipynb b/docs/modules/memory/examples/multiple_memory.ipynb index dd25bde1..f6d3f3e6 100644 --- a/docs/modules/memory/examples/multiple_memory.ipynb +++ b/docs/modules/memory/examples/multiple_memory.ipynb @@ -1,11 +1,12 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "id": "d9fec22e", "metadata": {}, "source": [ - "# How to use multiple memroy classes in the same chain\n", + "# How to use multiple memory classes in the same chain\n", "It is also possible to use multiple memory classes in the same chain. To combine multiple memory classes, we can initialize the `CombinedMemory` class, and then use that." ] },