[Python-checkins] r45659 - python/branches/release24-maint/Doc/ref/ref4.tex

george.yoshida python-checkins at python.org
Sun Apr 23 11:28:10 CEST 2006


Author: george.yoshida
Date: Sun Apr 23 11:28:10 2006
New Revision: 45659

Modified:
   python/branches/release24-maint/Doc/ref/ref4.tex
Log:
wrap SyntaxError with \exception{}


Modified: python/branches/release24-maint/Doc/ref/ref4.tex
==============================================================================
--- python/branches/release24-maint/Doc/ref/ref4.tex	(original)
+++ python/branches/release24-maint/Doc/ref/ref4.tex	Sun Apr 23 11:28:10 2006
@@ -127,7 +127,7 @@
 
 If the wild card form of import --- \samp{import *} --- is used in a
 function and the function contains or is a nested block with free
-variables, the compiler will raise a SyntaxError.
+variables, the compiler will raise a \exception{SyntaxError}.
 
 If \keyword{exec} is used in a function and the function contains or
 is a nested block with free variables, the compiler will raise a


More information about the Python-checkins mailing list