From 1d242a3e18bae642fce14b3192fee051a7122a1c Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Thu, 11 Jun 2020 16:10:48 -0400 Subject: Converted the sample code in README.md to Python 3. --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 #

-`The ``smooth()`` method is new in Beautiful Soup 4.8.0.` +The ``smooth()`` method is new in Beautiful Soup 4.8.0. Output ====== -- cgit v1.2.3