Skip to content

Commit

Permalink
Break overly long docstring line
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Oct 21, 2020
1 parent 61b349d commit 869c042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/egon/data/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Why does this file exist, and why not put this in __main__?
You might be tempted to import things from __main__ later, but that will cause
problems: the code will get executed twice:
You might be tempted to import things from __main__ later, but that will
cause problems: the code will get executed twice:
- When you run `python -megon.data` python will execute
``__main__.py`` as a script. That means there won't be any
Expand Down

0 comments on commit 869c042

Please sign in to comment.