Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Feb 4, 2015
1 parent 5911577 commit f0e9822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"help":{"desc":"<CID> print help about data (module) entry"},
"webhelp":{"desc":"<CID> open browser with online help (description) for a data (module) entry"},
"webapi":{"desc":"<CID> open browser with online API for a given module, if exists"},
"guide":{"desc":"open cK wiki with user/developer guides"},
"guide":{"desc":"open CK wiki with user/developer guides"},
"info":{"desc":"<CID> print help about module"},

"add":{"desc":"<CID> add entry", "for_web":"yes"},
Expand Down
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
sys.exit(1)

ck.out('')
ck.out('cK version: '+r.get('ver_str',''))
ck.out('CK version: '+r.get('ver_str',''))

##############################################
ck.out('Parsing CK command line ...')
Expand Down

0 comments on commit f0e9822

Please sign in to comment.