summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
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