From 7086ef1c7c3d48f5bdeb7bdef142a878c802dc5f Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Mon, 15 Jul 2019 15:54:30 -0400 Subject: Implemented Tag.smooth. --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') diff --git a/doc/source/index.rst b/doc/source/index.rst index 0c09964..4bca0ae 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2292,7 +2292,7 @@ Subclassing ``HTMLFormatter`` or ``XMLFormatter`` will give you even more control over the output. For example, Beautiful Soup sorts the attributes in every tag by default:: - attr_soup = BeautifulSoup('

') + attr_soup = BeautifulSoup(b'

') print(attr_soup.p.encode()) #

-- cgit v1.2.3