diff --git a/src/doc/tutorials/single_file.rst b/src/doc/tutorials/single_file.rst
index 7e2e52b8d95ae731bf0a9619ee108327e29d9696..ecfd7556a9c4e9ced23be7841a8db9968ca08591 100644
--- a/src/doc/tutorials/single_file.rst
+++ b/src/doc/tutorials/single_file.rst
@@ -170,8 +170,8 @@ Records and synchronize those with LinkAhead.
       inserts, updates = crawler.synchronize(commit_changes=True, unique_names=True,
                                              crawled_data=records)
   
-      from IPython import embed
-      embed()
+      #from IPython import embed
+      #embed()
   
   def _parse_arguments():
       """Parse the arguments."""