Update persistence_postgres.ipynb to remove typo in markdown cell. (#3119)

Fixed a typo that was interrupting the markdown.
This commit is contained in:
viren-vii
2025-01-21 09:33:31 -05:00
committed by GitHub
parent 6087b1969e
commit 19a91f4677
+2 -1
View File
@@ -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."
]
},