Skip to content

Commit

Permalink
Fix typo in docs (missing `)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Jul 19, 2024
1 parent d8580ea commit f491399
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 @@ -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.
""",
)

Expand Down

0 comments on commit f491399

Please sign in to comment.