From bec737bf27088eff744d3898d46d7ebd9c2601c9 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Fri, 24 May 2024 08:24:48 -0700 Subject: [PATCH] Fix typo Co-authored-by: Simon Li --- jupyterhub/spawner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/spawner.py b/jupyterhub/spawner.py index 6573cc603..a19e6b606 100644 --- a/jupyterhub/spawner.py +++ b/jupyterhub/spawner.py @@ -323,7 +323,7 @@ def _default_access_scopes(self): applied to their server before spawning. - *spawner_override* - a dictionary with overrides to apply to the Spawner settings. Each value can be either the final value to change or a callable that - take the `Spawner` instance as parameter and return the final value. + take the `Spawner` instance as parameter and returns the final value. If the traitlet being overriden is a *dictionary*, the dictionary will be *recursively updated*, rather than overriden. If you want to remove a key, set its value to `None`