fixed double space

This commit is contained in:
Andreas Preikschat 2013-03-22 21:35:59 +01:00
parent b5a1b82203
commit d77efd63d2
1 changed files with 1 additions and 1 deletions

View File

@ -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