diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-04-25 17:08:41 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-04-25 17:08:41 -0400 |
commit | 6218e871dd247274823d7a6d5be413544bcc8f19 (patch) | |
tree | 3b438c00499e861d045c58217bd6135e41fa7426 | |
parent | 197470f217ab994dd0ba8e143418a54d69df8523 (diff) |
Try to clarify the docs further that get_text now returns human-readable text.
-rw-r--r-- | doc/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 148b30f..f6a89de 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2404,7 +2404,7 @@ return value:: ``get_text()`` -------------- -If you only want the text part of a document or tag, you can use the +If you only want the human-readable text inside a document or tag, you can use the ``get_text()`` method. It returns all the text in a document or beneath a tag, as a single Unicode string:: |