Skip to content

Commit

Permalink
Merge pull request #411 from mriedem/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `profile_list` config help
  • Loading branch information
consideRatio authored Jun 26, 2020
2 parents 2530634 + 31d1007 commit a6c3ea8
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 a6c3ea8

Please sign in to comment.