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