From: Andrew M. Kuchling Date: Tue, 13 May 2003 14:13:58 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.3c1~741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=032bd0a9a89cd17e33f9db724126a3b434315d03;p=python Fix typo --- diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index b8d8f7c8a9..5742fe52bb 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -1,7 +1,7 @@ \section{Built-in Exceptions} \declaremodule{standard}{exceptions} -\modulesynopsis{Standard exceptions classes.} +\modulesynopsis{Standard exception classes.} Exceptions can be class objects or string objects. Though most