Fixed an error in a docstring.

- Legacy-Id: 11534
This commit is contained in:
Henrik Levkowetz 2016-07-07 12:19:59 +00:00
parent a4b5bbc5cf
commit ad9d5d72f9

View file

@ -575,7 +575,7 @@ class DocHistory(DocumentInfo):
def save_document_in_history(doc):
"""This should be called before saving changes to a Document instance,
so that the DocHistory entries contain all previous states, while
the Group entry contain the current state. XXX TODO: Call this
the Document entry contain the current state. XXX TODO: Call this
directly from Document.save(), and add event listeners for save()
on related objects so we can save as needed when they change, too.
"""