Skip to content

Commit f0e9822

Browse files
committed
cosmetic changes
1 parent 5911577 commit f0e9822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ck/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"help":{"desc":"<CID> print help about data (module) entry"},
149149
"webhelp":{"desc":"<CID> open browser with online help (description) for a data (module) entry"},
150150
"webapi":{"desc":"<CID> open browser with online API for a given module, if exists"},
151-
"guide":{"desc":"open cK wiki with user/developer guides"},
151+
"guide":{"desc":"open CK wiki with user/developer guides"},
152152
"info":{"desc":"<CID> print help about module"},
153153

154154
"add":{"desc":"<CID> add entry", "for_web":"yes"},

tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
sys.exit(1)
3636

3737
ck.out('')
38-
ck.out('cK version: '+r.get('ver_str',''))
38+
ck.out('CK version: '+r.get('ver_str',''))
3939

4040
##############################################
4141
ck.out('Parsing CK command line ...')

0 commit comments

Comments
 (0)