From 19a91f4677f3d0e0dd74449efa9a5a96fb5d1302 Mon Sep 17 00:00:00 2001 From: viren-vii <56278281+viren-vii@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:33:31 -0500 Subject: [PATCH] Update persistence_postgres.ipynb to remove typo in markdown cell. (#3119) Fixed a typo that was interrupting the markdown. --- docs/docs/how-tos/persistence_postgres.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/how-tos/persistence_postgres.ipynb b/docs/docs/how-tos/persistence_postgres.ipynb index 572759289..332c98cae 100644 --- a/docs/docs/how-tos/persistence_postgres.ipynb +++ b/docs/docs/how-tos/persistence_postgres.ipynb @@ -44,7 +44,8 @@ "...\n", "```\n", "\n", - "!!! info \"Setup\n", + "!!! info \"Setup\"", + "\n", " You need to run `.setup()` once on your checkpointer to initialize the database before you can use it." ] },