diff options
-rw-r--r-- | doc/source/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 4f3bd0b..ef3ca7e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -539,7 +539,7 @@ Here's the "Three sisters" HTML document again:: html_doc = """ <html><head><title>The Dormouse's story</title></head> - + <body> <p class="title"><b>The Dormouse's story</b></p> <p class="story">Once upon a time there were three little sisters; and their names were @@ -996,7 +996,7 @@ Once again, I'll be using the "three sisters" document as an example:: html_doc = """ <html><head><title>The Dormouse's story</title></head> - + <body> <p class="title"><b>The Dormouse's story</b></p> <p class="story">Once upon a time there were three little sisters; and their names were @@ -2625,7 +2625,7 @@ three ``SoupStrainer`` objects:: html_doc = """ <html><head><title>The Dormouse's story</title></head> - + <body> <p class="title"><b>The Dormouse's story</b></p> <p class="story">Once upon a time there were three little sisters; and their names were |