From ad9d5d72f9575c5e3f301caa71823033768707e7 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 7 Jul 2016 12:19:59 +0000 Subject: [PATCH] Fixed an error in a docstring. - Legacy-Id: 11534 --- ietf/doc/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/doc/models.py b/ietf/doc/models.py index 561f4cb86..6b0a408d2 100644 --- a/ietf/doc/models.py +++ b/ietf/doc/models.py @@ -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. """