From 31d1007aaf5d9e140ff7a699f82d4e7556b04d5b Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 26 Jun 2020 10:01:34 -0500 Subject: [PATCH] Fix typo in `profile_list` config help --- kubespawner/spawner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubespawner/spawner.py b/kubespawner/spawner.py index 22edec1d..f45dcbdb 100644 --- a/kubespawner/spawner.py +++ b/kubespawner/spawner.py @@ -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