From 6f9a644185e694ba0bc56bd3c9e6a7fa80b6758e Mon Sep 17 00:00:00 2001 From: Aniket Pant Date: Tue, 26 Mar 2013 22:11:08 +0530 Subject: [PATCH] [Typo] Fixed typo in comments Signed-off-by: Aniket Pant --- jrnl/jrnl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/jrnl.py b/jrnl/jrnl.py index 2de3fd16..6abbf98c 100755 --- a/jrnl/jrnl.py +++ b/jrnl/jrnl.py @@ -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: