summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-12-21 12:59:08 -0500
committerLeonard Richardson <leonardr@segfault.org>2021-12-21 12:59:08 -0500
commit4504e4fba31927ec3e5a5d9b3960ffd8efb2b798 (patch)
tree840907513a6065984c21d7c7f3bce97fe5477e72 /doc
parentc0759d0c55904e85b29e881fe2418a0b8210630e (diff)
Fixed typo in documentation spotted by a reader.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 67251e8..4663e25 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -829,7 +829,7 @@ Going sideways
Consider a simple document like this::
- sibling_soup = BeautifulSoup("<a><b>text1</b><c>text2</c></b></a>", 'html.parser')
+ sibling_soup = BeautifulSoup("<a><b>text1</b><c>text2</c></a>", 'html.parser')
print(sibling_soup.prettify())
# <a>
# <b>