diff options
-rw-r--r-- | doc/source/index.rst | 3 |
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: |