Skip to content

Commit

Permalink
Fix typo in profile_list config help
Browse files Browse the repository at this point in the history
  • Loading branch information
mriedem authored Jun 26, 2020
1 parent 2530634 commit 31d1007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ def _deprecated_changed(self, change):
Signature is: `List(Dict())`, where each item is a dictionary that has two keys:
- `display_name`: the human readable display name (should be HTML safe)
- `slug`: the machine readable slug to ifentify the profile
- `slug`: the machine readable slug to identify the profile
(missing slugs are generated from display_name)
- `description`: Optional description of this profile displayed to the user.
- `kubespawner_override`: a dictionary with overrides to apply to the KubeSpawner
Expand Down

0 comments on commit 31d1007

Please sign in to comment.