mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 19:13:03 +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
|
||||
"""
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user