Skip to content

Commit

Permalink
fix : minor edit in csv2latex file update message
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jul 30, 2017
1 parent 30ba74b commit d2cdd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv2latex/csv2LaTeX.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def check_update(DEBUG=False):
try:
new_version=requests.get(UPDATE_URL).text
if float(new_version)>float(version):
print("New Version ("+new_version+") Of csv2latex is available here")
print("New Version ("+new_version+") Of csv2latex is available (visit github page)")
except Exception as e:
if DEBUG==True:
print(str(e))
Expand Down

0 comments on commit d2cdd79

Please sign in to comment.