summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2020-05-30 14:30:58 -0400
committerLeonard Richardson <leonardr@segfault.org>2020-05-30 14:30:58 -0400
commitb80c4201fc48617742c49411278b1853fb779a35 (patch)
tree77f96beb168040db4bc16400c6551041a40055a2 /doc
parentcbcb02b752c52fb960f734727cc7de2ecb48ed14 (diff)
Remove explicit reference to the module name within the module, replacing it with __name__.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 987ffdd..91bd42b 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -18,7 +18,7 @@ with examples. I show you what the library is good for, how it works,
how to use it, how to make it do what you want, and what to do when it
violates your expectations.
-This document covers Beautiful Soup version 4.9.0. The examples in
+This document covers Beautiful Soup version 4.9.1. The examples in
this documentation should work the same way in Python 2.7 and Python
3.2.