diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-08-26 10:40:12 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-08-26 10:40:12 (GMT) |
commit | 592ef6110f8280918894372d062a20f9eb158828 (patch) | |
tree | 622de72a1f57deb3d3182d1254c670ad45db4a24 /Doc/lib | |
parent | e7edcb8e22126f3afed3c9976a11bb5f58dcbba0 (diff) | |
download | cpython-592ef6110f8280918894372d062a20f9eb158828.zip cpython-592ef6110f8280918894372d062a20f9eb158828.tar.gz cpython-592ef6110f8280918894372d062a20f9eb158828.tar.bz2 |
Correct incorrect "it's" to "its".
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libcgitb.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcgitb.tex b/Doc/lib/libcgitb.tex index dab34c5..c686fe6 100644 --- a/Doc/lib/libcgitb.tex +++ b/Doc/lib/libcgitb.tex @@ -13,7 +13,7 @@ \index{tracebacks!in CGI scripts} The \module{cgitb} module provides a special exception handler for Python -scripts. (It's name is a bit misleading. It was originally designed to +scripts. (Its name is a bit misleading. It was originally designed to display extensive traceback information in HTML for CGI scripts. It was later generalized to also display this information in plain text.) After this module is activated, if an uncaught exception occurs, a detailed, |