diff options
author | Leonard Richardson <leonardr@segfault.org> | 2014-12-10 19:08:58 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2014-12-10 19:08:58 -0500 |
commit | 39eb079dae82d787362cc495e874b6fdeb6b8612 (patch) | |
tree | 5f6f89d77cc2f4843c7412382fb0dfbc4b885385 /doc/source/index.rst | |
parent | a1d16f0b14a9f08f54677d933b4ddb8e32ffabb1 (diff) |
Fixed inconsistent markup in documentation. [bug=1273002]
Diffstat (limited to 'doc/source/index.rst')
-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 |