diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-05-18 02:57:27 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-05-18 02:57:27 +0000 |
| commit | da1419a26009c34ea88c885bca2ef99f455c0708 (patch) | |
| tree | 9203ef61306ad9bd47d84ba499d8221154e1ed00 /docutils/statemachine.py | |
| parent | 9e311d21148b1320c59bc46990f073939bec7826 (diff) | |
| download | docutils-da1419a26009c34ea88c885bca2ef99f455c0708.tar.gz | |
docstring fix
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@132 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/statemachine.py')
| -rw-r--r-- | docutils/statemachine.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/statemachine.py b/docutils/statemachine.py index 8c4cddb81..2a772c206 100644 --- a/docutils/statemachine.py +++ b/docutils/statemachine.py @@ -94,11 +94,11 @@ How To Use This Module input_string = open('inputfile').read() input_lines = statemachine.string2lines(input_string) -6. Run the state machine on the input text and collect the results, a list:: +5. Run the state machine on the input text and collect the results, a list:: results = sm.run(input_lines) -7. Remove any lingering circular references:: +6. Remove any lingering circular references:: sm.unlink() """ |
