We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b5bbc commit ad9d5d7Copy full SHA for ad9d5d7
1 file changed
ietf/doc/models.py
@@ -575,7 +575,7 @@ class Meta:
575
def save_document_in_history(doc):
576
"""This should be called before saving changes to a Document instance,
577
so that the DocHistory entries contain all previous states, while
578
- the Group entry contain the current state. XXX TODO: Call this
+ the Document entry contain the current state. XXX TODO: Call this
579
directly from Document.save(), and add event listeners for save()
580
on related objects so we can save as needed when they change, too.
581
"""
0 commit comments