[Typo] Fixed typo in comments

Signed-off-by: Aniket Pant <me@aniketpant.com>
This commit is contained in:
Aniket Pant 2013-03-26 22:11:08 +05:30
parent ba2b4a592a
commit 6f9a644185

View file

@ -199,7 +199,7 @@ def cli():
elif args.json: # export to json
print(exporters.to_json(journal))
elif args.markdown: # export to json
elif args.markdown: # export to markdown
print(exporters.to_md(journal))
elif (args.encrypt is not False or args.decrypt is not False) and not PYCRYPTO: