Skip to content

Commit

Permalink
chore: style
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Nov 24, 2018
1 parent cdfea4d commit 6a3f383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topicsexplorer.py
Expand Up @@ -15,8 +15,8 @@
description=DESCRIPTION)
parser.add_argument("--browser",
action="store_true",
help="Use this parameter to open the UI in "
"your default web browser.")
help="Use this parameter to open the UI in your default web browser.")

args = parser.parse_args()

if args.browser:
Expand Down

0 comments on commit 6a3f383

Please sign in to comment.