Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Li <[email protected]>
  • Loading branch information
yuvipanda and manics authored May 24, 2024
1 parent 2bb2765 commit bec737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit bec737b

Please sign in to comment.