comparison pylearn/dbdict/newstuff.py @ 579:a83f62555c57

doc fix
author Olivier Breuleux <breuleuo@iro.umontreal.ca>
date Thu, 04 Dec 2008 17:07:29 -0500
parents a027c4cedf98
children 9f5691d5587d
comparison
equal deleted inserted replaced
578:a027c4cedf98 579:a83f62555c57
463 463
464 def runner_cmdline(experiment, *strings): 464 def runner_cmdline(experiment, *strings):
465 """ 465 """
466 Start an experiment with parameters given on the command line. 466 Start an experiment with parameters given on the command line.
467 467
468 Usage: cmdline <experiment> <prop1::type> <parameters> 468 Usage: cmdline <experiment> <parameters>
469 469
470 Run an experiment with parameters provided on the command 470 Run an experiment with parameters provided on the command
471 line. See the help topics for experiment and parameters for 471 line. See the help topics for experiment and parameters for
472 syntax information. 472 syntax information.
473 473