mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user