From 60fb9fced8c65c0c72a03b9ad50d4a4c8277a169 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Mon, 21 Oct 2013 22:10:32 -0400 Subject: Clarified docs. --- doc/source/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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: -- cgit v1.2.1