diff --git a/jupyterhub/orm.py b/jupyterhub/orm.py index cc96ca88..dca18f04 100644 --- a/jupyterhub/orm.py +++ b/jupyterhub/orm.py @@ -318,7 +318,7 @@ class Expiring: which should be unix timestamp or datetime object """ - now = utcnow # funciton, must return float timestamp or datetime + now = utcnow # function, must return float timestamp or datetime expires_at = None # must be defined @property