[Docstring-checkins] CVS: dps/dps statemachine.py,1.12,1.13
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-01-25 23:58:39
|
Update of /cvsroot/docstring/dps/dps In directory usw-pr-cvs1:/tmp/cvs-serv4457/dps/dps Modified Files: statemachine.py Log Message: *** empty log message *** Index: statemachine.py =================================================================== RCS file: /cvsroot/docstring/dps/dps/statemachine.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** statemachine.py 2001/11/22 04:17:50 1.12 --- statemachine.py 2002/01/25 23:58:36 1.13 *************** *** 535,539 **** Add a list of transitions to the start of the transition list. ! Parameter: - `names`: a list of transition names. --- 535,539 ---- Add a list of transitions to the start of the transition list. ! Parameters: - `names`: a list of transition names. |