#180 Fix help text typos in runserver.py
Merged 3 years ago by pingou. Opened 4 years ago by joalon.
Unknown source master  into  master

file modified
+1 -1
@@ -24,7 +24,7 @@

  parser.add_argument(

      '--host', default="127.0.0.1",

      help='Hostname to listen on. When set to 0.0.0.0 the server is available '

-     'externally. Defaults to 127.0.0.1 making the it only visable on localhost')

+     'externally. Defaults to 127.0.0.1 making it only visible on localhost')

  

  args = parser.parse_args()

  

Fix redundant word and typo in argparse help text

Going to merge this manually, thanks for the patch!

Commit 817e05d fixes this pull-request

Pull-Request has been merged by pingou

3 years ago
Metadata