Fix misspelling of 'occurs'

This commit is contained in:
Ryan Roden-Corrent 2017-05-09 12:08:31 -04:00
parent 119c33ac32
commit 9b25b7ee5d

View File

@ -112,7 +112,7 @@ class WebHistory(sql.SqlTable):
yield self.Entry(*[rec.value(i) for i in range(rec.count())])
def entries_before(self, latest, limit, offset):
"""Iterate non-redirect, non-qute entries occuring before a timestamp.
"""Iterate non-redirect, non-qute entries occurring before a timestamp.
Args:
latest: Omit timestamps more recent than this.