From d77efd63d209bc205c9955c62525a3840eef8181 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Fri, 22 Mar 2013 21:35:59 +0100 Subject: [PATCH] fixed double space --- openlp/core/lib/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/db.py b/openlp/core/lib/db.py index 41b05d388..c6bce2a00 100644 --- a/openlp/core/lib/db.py +++ b/openlp/core/lib/db.py @@ -425,7 +425,7 @@ class Manager(object): def delete_all_objects(self, object_class, filter_clause=None): """ Delete all object records. This method should only be used for simple tables and **not** ones with - relationships. The relationships are not deleted from the database and this will lead to database corruptions. + relationships. The relationships are not deleted from the database and this will lead to database corruptions. ``object_class`` The type of object to delete