diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-08 21:02:39 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-08 21:02:39 +0000 |
| commit | a7df67a349128a7cba3e2d42e3a9d39af3628e4b (patch) | |
| tree | 836382b4481f1cde12b50aa653bc1079a97f66e5 /nodes.py | |
| parent | 450681dca480a2595f9abad7cc705a147619110d (diff) | |
| download | docutils-a7df67a349128a7cba3e2d42e3a9d39af3628e4b.tar.gz | |
improved documentation about state transition table
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@3928 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'nodes.py')
| -rw-r--r-- | nodes.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -911,7 +911,8 @@ class document(Root, Structural, Element): The following state transition table shows how `self.nameids` ("ids") and `self.nametypes` ("types") change with new input (a call to this - method), and what actions are performed: + method), and what actions are performed ("implicit"-type system + messages are INFO/1, and "explicit"-type system messages are ERROR/3): ==== ===== ======== ======== ======= ==== ===== ===== Old State Input Action New State Notes |
