[Python-checkins] r45658 - python/trunk/Doc/ref/ref4.tex

george.yoshida python-checkins at python.org
Sun Apr 23 11:27:14 CEST 2006


Author: george.yoshida
Date: Sun Apr 23 11:27:10 2006
New Revision: 45658

Modified:
   python/trunk/Doc/ref/ref4.tex
Log:
wrap SyntaxError with \exception{}


Modified: python/trunk/Doc/ref/ref4.tex
==============================================================================
--- python/trunk/Doc/ref/ref4.tex	(original)
+++ python/trunk/Doc/ref/ref4.tex	Sun Apr 23 11:27: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