summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-08-17 09:17:59 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-08-17 09:17:59 -0400
commitc9c66ed8e08fd2ff5073e2a5b16dfe3304b3848a (patch)
tree50428b803344e685b884632fc8ef8086f3d77c85 /doc/source
parent3bbb7de34487e43bb1373b44f45b32cd792cf914 (diff)
Prep for release.
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index e51ec84..d8d6b07 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -2691,7 +2691,7 @@ Miscellaneous
* ``UnicodeEncodeError: 'charmap' codec can't encode character
u'\xfoo' in position bar`` (or just about any other
``UnicodeEncodeError``) - This is not a problem with Beautiful Soup.
- This problem show up in two main situations. First, when you try to
+ This problem shows up in two main situations. First, when you try to
print a Unicode character that your console doesn't know how to
display. (See `this page on the Python wiki
<http://wiki.python.org/moin/PrintFails>`_ for help.) Second, when