From afbe093a2c1cd7235f78b9209add4155b22501b1 Mon Sep 17 00:00:00 2001 From: wiemann Date: Sat, 26 Mar 2005 16:19:01 +0000 Subject: updated documentation, renaming id to ids and name to names git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3128 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/dev/rst/alternatives.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docutils/docs/dev') 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 <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> -- cgit v1.2.1