summaryrefslogtreecommitdiff
path: root/nodes.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-10-08 21:02:39 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-10-08 21:02:39 +0000
commita7df67a349128a7cba3e2d42e3a9d39af3628e4b (patch)
tree836382b4481f1cde12b50aa653bc1079a97f66e5 /nodes.py
parent450681dca480a2595f9abad7cc705a147619110d (diff)
downloaddocutils-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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nodes.py b/nodes.py
index df470dbec..9fa84b140 100644
--- a/nodes.py
+++ b/nodes.py
@@ -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