Skip to content

Commit

Permalink
Better wording for group_overrides help
Browse files Browse the repository at this point in the history
Co-authored-by: ryanlovett <[email protected]>
  • Loading branch information
yuvipanda and ryanlovett committed May 24, 2024
1 parent 2538405 commit fb85cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyterhub/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ def _default_access_scopes(self):
help="""
Override specific traitlets based on group membership of the user.
This can be a dict, or a callable that returns a dict. The key of the dict
is *only* used for lexicographical sorting, to guarantee a consistent
This can be a dict, or a callable that returns a dict. The keys of the dict
are *only* used for lexicographical sorting, to guarantee consistent
ordering of the overrides. If it is a callable, it may be async, and will
be passed one parameter - the spawner instance. It should return a dictionary.
Expand Down

0 comments on commit fb85cfb

Please sign in to comment.