From: Johannes Gijsbers Date: Thu, 26 Aug 2004 10:40:12 +0000 (+0000) Subject: Correct incorrect "it's" to "its". X-Git-Tag: v2.4a3~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=592ef6110f8280918894372d062a20f9eb158828;p=python Correct incorrect "it's" to "its". --- diff --git a/Doc/lib/libcgitb.tex b/Doc/lib/libcgitb.tex index dab34c52ab..c686fe6a6c 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,