[svn r38079] Typo in some help string, and made fonts of apigen a bit smaller somewhere.

--HG--
branch : trunk
This commit is contained in:
guido 2007-02-07 17:03:19 +01:00
parent 0b7854d722
commit eeedfd2d8f
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ ul li {
}
.classdoc {
font-size: 0.9em;
font-size: 0.8em;
}
.code a {

View File

@ -95,7 +95,7 @@ def adddefaultoptions(config):
help="restructured text output reporting."),
Option('', '--apigen',
action="store", dest="apigen",
help="generate api documentation while testing (requires"
help="generate api documentation while testing (requires "
"argument pointing to a script)."),
Option('', '--session',
action="store", dest="session", default=None,