mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix some typos
Using `codespell -q3 -w` that I just discovered. (https://github.com/codespell-project/codespell, pip install codespell)
This commit is contained in:
@@ -244,7 +244,7 @@ def main(argv=None):
|
||||
)
|
||||
set_parser.add_argument(
|
||||
'value',
|
||||
help='Value ot set the configuration key to'
|
||||
help='Value to set the configuration key to'
|
||||
)
|
||||
|
||||
add_item_parser = subparsers.add_parser(
|
||||
|
||||
Reference in New Issue
Block a user