diff --git a/persistent-qa.ipynb b/persistent-qa.ipynb
index 0a483e7..5d6ea6c 100644
--- a/persistent-qa.ipynb
+++ b/persistent-qa.ipynb
@@ -106,8 +106,7 @@
    "metadata": {},
    "source": [
     "## Persist the Database\n",
-    "In a notebook, we should call `persist()` to ensure the embeddings are written to disk.\n",
-    "This isn't necessary in a script - the database will be automatically persisted when the client object is destroyed."
+    "We should call `persist()` to ensure the embeddings are written to disk."
    ]
   },
   {