Skip to content

Commit

Permalink
Fix missing print line break
Browse files Browse the repository at this point in the history
  • Loading branch information
louislefevre committed Apr 10, 2021
1 parent 7daba9e commit 6b8c3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main():
args = parser.parse_args()

print("This script is only for generating a distribution plot and parameter report for Zipfs law."
"To run the IR models program, execute 'start.py'.")
"\nTo run the IR models program, execute 'start.py'.")

print("Processing dataset - this will take a few minutes...")
dataset = Dataset(args.dataset)
Expand Down

0 comments on commit 6b8c3fb

Please sign in to comment.