summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-01-25 14:58:08 -0500
committerLeonard Richardson <leonardr@segfault.org>2023-01-25 14:58:08 -0500
commit397c376faabd379a029f385c11e036d760c1e8c5 (patch)
tree2bd4d534da53be17858bf22bc5ede12fd24fe232 /doc
parent1f51372069b3cc204ffc43b6ef59a82f4bd32f07 (diff)
Removed very old documentation that was imported as part of the bzr import but not removed.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 4855840..7d53b2c 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -886,9 +886,9 @@ In real documents, the ``.next_sibling`` or ``.previous_sibling`` of a
tag will usually be a string containing whitespace. Going back to the
"three sisters" document::
- # <a href="http://example.com/elsie" class="sister" id="link1">Elsie</a>
- # <a href="http://example.com/lacie" class="sister" id="link2">Lacie</a>
- # <a href="http://example.com/tillie" class="sister" id="link3">Tillie</a>
+ # <a href="http://example.com/elsie" class="sister" id="link1">Elsie</a>,
+ # <a href="http://example.com/lacie" class="sister" id="link2">Lacie</a> and
+ # <a href="http://example.com/tillie" class="sister" id="link3">Tillie</a>;
You might think that the ``.next_sibling`` of the first <a> tag would
be the second <a> tag. But actually, it's a string: the comma and