Skip to content

Commit

Permalink
moved message to string instead of docstring as resulting api docs lo…
Browse files Browse the repository at this point in the history
…oked wonky
  • Loading branch information
shaneknapp committed Mar 20, 2024
1 parent b4959b2 commit aea26dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1724,9 +1724,7 @@ def _validate_image_pull_secrets(self, proposal):
)

spawn_launcher_timer_message = Unicode(
"""
Server launch is taking longer than expected. Please be patient!
""",
"Server launch is taking longer than expected. Please be patient!",
config=True,
help="""
The injected 'please be patient' message to display to the user.
Expand Down

0 comments on commit aea26dd

Please sign in to comment.