summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-10-21 22:10:32 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-10-21 22:10:32 -0400
commit60fb9fced8c65c0c72a03b9ad50d4a4c8277a169 (patch)
treea40e339aff6abff3cc63992c4f950b7f0ff6ab0a /doc
parenta4dc03578d20923ced0205e1aaf09c89f5bfa8f2 (diff)
downloadbeautifulsoup4-60fb9fced8c65c0c72a03b9ad50d4a4c8277a169.tar.gz
Clarified docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 0e5f6d1..1dc85a0 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -314,7 +314,8 @@ Kinds of objects
Beautiful Soup transforms a complex HTML document into a complex tree
of Python objects. But you'll only ever have to deal with about four
-`kinds` of objects.
+`kinds` of objects: ``Tag``, ``NavigableString``, ``BeautifulSoup``,
+and ``Comment``.
.. _Tag: