docs: fix simple typo, funciton -> function

There is a small typo in jupyterhub/orm.py.

Should read `function` rather than `funciton`.
This commit is contained in:
Tim Gates
2020-12-23 11:54:51 +11:00
parent 166b00867f
commit 1e53fd1f8c

View File

@@ -318,7 +318,7 @@ class Expiring:
which should be unix timestamp or datetime object 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 expires_at = None # must be defined
@property @property