From df7df69a59008894b8b78e1ef4ff43b4c03c3632 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 5 May 2018 12:49:39 +0000 Subject: [PATCH] Updated comment text - Legacy-Id: 15131 --- ietf/utils/history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/utils/history.py b/ietf/utils/history.py index 3cb33f5db..85e65024d 100644 --- a/ietf/utils/history.py +++ b/ietf/utils/history.py @@ -1,6 +1,6 @@ def find_history_active_at(obj, time): """Assumes obj has a corresponding history model (e.g. obj could - be Person with a corresponding PersonHistory model), then either + be Document with a corresponding DocHistory model), then either returns the object itself if it was active at time, or the history object active at time, or None if time predates the object and its history (assuming history is complete).