[svn r38079] Typo in some help string, and made fonts of apigen a bit smaller somewhere.
--HG-- branch : trunk
This commit is contained in:
parent
0b7854d722
commit
eeedfd2d8f
|
@ -35,7 +35,7 @@ ul li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.classdoc {
|
.classdoc {
|
||||||
font-size: 0.9em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.code a {
|
.code a {
|
||||||
|
|
|
@ -95,7 +95,7 @@ def adddefaultoptions(config):
|
||||||
help="restructured text output reporting."),
|
help="restructured text output reporting."),
|
||||||
Option('', '--apigen',
|
Option('', '--apigen',
|
||||||
action="store", dest="apigen",
|
action="store", dest="apigen",
|
||||||
help="generate api documentation while testing (requires"
|
help="generate api documentation while testing (requires "
|
||||||
"argument pointing to a script)."),
|
"argument pointing to a script)."),
|
||||||
Option('', '--session',
|
Option('', '--session',
|
||||||
action="store", dest="session", default=None,
|
action="store", dest="session", default=None,
|
||||||
|
|
Loading…
Reference in New Issue