summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/rst/alternatives.txt8
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>