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 | 22738cef8ca58db6d32fc6f3516ec0ff4391d9de (patch) | |
| tree | 55fc1f762095a72c06451d7ec9f5978b78c3071f /docs/dev/rst | |
| parent | 02a60820cc60749e5a12ace6d668609a758eb7cf (diff) | |
| download | docutils-22738cef8ca58db6d32fc6f3516ec0ff4391d9de.tar.gz | |
markup
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@59 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/rst')
| -rw-r--r-- | docs/dev/rst/alternatives.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/rst/alternatives.txt b/docs/dev/rst/alternatives.txt index b58c6a186..2106ad807 100644 --- a/docs/dev/rst/alternatives.txt +++ b/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 |
