diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-10-21 22:10:32 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-10-21 22:10:32 -0400 |
commit | a8fbf5b6dfb1b37f85a5e130c2f385a704ab8c9b (patch) | |
tree | 881649f7de68ef484cf8d9219fb523374f7b6ee8 /doc/source | |
parent | 991921744807a02f36feaeb9ece9dd519915a886 (diff) |
Clarified docs.
Diffstat (limited to 'doc/source')
-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: |