diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-26 16:19:01 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-26 16:19:01 +0000 |
| commit | afbe093a2c1cd7235f78b9209add4155b22501b1 (patch) | |
| tree | 45d68d227be2ecae344bcad6e3cd5185a6cfce30 /docutils/docs/dev/rst | |
| parent | 46909fe0a13b5ae1a97e58c56a32153adda76202 (diff) | |
| download | docutils-multiple-ids.tar.gz | |
updated documentation, renaming id to ids and name to namesmultiple-ids
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3128 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev/rst')
| -rw-r--r-- | docutils/docs/dev/rst/alternatives.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docutils/docs/dev/rst/alternatives.txt b/docutils/docs/dev/rst/alternatives.txt index 08ef5297b..014a2458c 100644 --- a/docutils/docs/dev/rst/alternatives.txt +++ b/docutils/docs/dev/rst/alternatives.txt @@ -1165,7 +1165,7 @@ start of a new "division". Before implementation, the parsed document tree would be:: <document> - <section name="document"> + <section names="document"> <title> Document <paragraph> @@ -1181,7 +1181,7 @@ There are several possibilities for the implementation: try at an implementation looked like this:: <document> - <section name="document"> + <section names="document"> <title> Document <paragraph> @@ -1199,7 +1199,7 @@ There are several possibilities for the implementation: possibility:: <document> - <section name="document"> + <section names="document"> <title> Document <division> @@ -1220,7 +1220,7 @@ There are several possibilities for the implementation: 3. Implement them as "transitions", empty elements:: <document> - <section name="document"> + <section names="document"> <title> Document <paragraph> |
