Skip to content

Commit b291f7a

Browse files
committed
Update docstring
1 parent 493e2e0 commit b291f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

simple_history/manager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ def most_recent(self):
6060
return self.instance.__class__(*values)
6161

6262
def as_of(self, date):
63-
"""
63+
"""Get a snapshot as of a specific date.
64+
6465
Returns an instance, or an iterable of the instances, of the
6566
original model with all the attributes set according to what
6667
was present on the object on the date provided.

0 commit comments

Comments
 (0)