diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-06-11 16:10:48 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-06-11 16:10:48 -0400 |
commit | 1d242a3e18bae642fce14b3192fee051a7122a1c (patch) | |
tree | 617bc907564322b6a2b243dd4e0684aa0bab3c62 /doc | |
parent | a032f89fd5e354b4bd0144b962fd88b55ab0250d (diff) |
Converted the sample code in README.md to Python 3.
Diffstat (limited to 'doc')
-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 22892c4..1159195 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2180,7 +2180,7 @@ You can call ``Tag.smooth()`` to clean up the parse tree by consolidating adjace # A one, a two # </p> -`The ``smooth()`` method is new in Beautiful Soup 4.8.0.` +The ``smooth()`` method is new in Beautiful Soup 4.8.0. Output ====== |