mirror of https://github.com/python/cpython
Correct incorrect "it's" to "its".
This commit is contained in:
parent
e7edcb8e22
commit
592ef6110f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue