diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-26 16:21:28 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-03-26 16:21:28 +0000 |
| commit | 9dbc2adead008935245a396eab10bb7bcb11b226 (patch) | |
| tree | bd50e907b4e88e09d6c63e02d7172720d5576b52 /docs/dev/rst | |
| parent | 4df9fad485c1e12e850f9d7ff225d51c538af3dc (diff) | |
| download | docutils-9dbc2adead008935245a396eab10bb7bcb11b226.tar.gz | |
merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/rst')
| -rw-r--r-- | docs/dev/rst/alternatives.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/rst/alternatives.txt b/docs/dev/rst/alternatives.txt index 25732189f..08c94bbbb 100644 --- a/docs/dev/rst/alternatives.txt +++ b/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> |
