diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-04-30 03:42:38 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-04-30 03:42:38 +0000 |
| commit | 372fadaa9594d7689dcf7e0c4c81eef08b906e9f (patch) | |
| tree | 7d671722dde4365cfc18aef9167f706e52e4b753 /docutils/docs/dev/rst | |
| parent | 2eba5596bf58e0eb6e80b35f9fcde6048c58084e (diff) | |
| download | docutils-372fadaa9594d7689dcf7e0c4c81eef08b906e9f.tar.gz | |
markup
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@59 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev/rst')
| -rw-r--r-- | docutils/docs/dev/rst/alternatives.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/dev/rst/alternatives.txt b/docutils/docs/dev/rst/alternatives.txt index b58c6a186..2106ad807 100644 --- a/docutils/docs/dev/rst/alternatives.txt +++ b/docutils/docs/dev/rst/alternatives.txt @@ -1288,7 +1288,7 @@ ugly or confusing (depending on which alternative is chosen). In response, Fred came up with "a stricter and more explicit rule [which] would be to only auto-number silently if *all* the - enumerators of a list were identical". In that case: + enumerators of a list were identical". In that case:: 1,1,1 -> 1,2,3 1,2,2 -> 1,2 [WARNING] 2 |
