From f49139978e991fd1e33890b5f17e1f3551749fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:16:31 +0100 Subject: [PATCH] Fix typo in docs (missing `) --- kubespawner/spawner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubespawner/spawner.py b/kubespawner/spawner.py index d5f44a25..72aa3beb 100644 --- a/kubespawner/spawner.py +++ b/kubespawner/spawner.py @@ -429,7 +429,7 @@ def _namespace_default(self): - a list of the command and arguments - `None` (default) to use the Docker image's `CMD` - If `cmd` is set, it will be augmented with `spawner.get_args(). This will override the `CMD` specified in the Docker image. + If `cmd` is set, it will be augmented with `spawner.get_args()`. This will override the `CMD` specified in the Docker image. """, )