]> granicus.if.org Git - python/commitdiff
Markup fix
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 17 Mar 2006 15:56:13 +0000 (15:56 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 17 Mar 2006 15:56:13 +0000 (15:56 +0000)
Doc/lib/libgc.tex

index 54ca26c6fea71065097bb6c1dd40b5c0e0bcec28..0d3408bf8049460bb8017e690e548df3d96227dd 100644 (file)
@@ -35,7 +35,8 @@ Returns true if automatic collection is enabled.
 \begin{funcdesc}{collect}{\optional{generation}}
 With no arguments, run a full collection.  The optional argument
 \var{generation} may be an integer specifying which generation to collect
-(from 0 to 2).  A ValueError is raised if the generation number is invalid.
+(from 0 to 2).  A \exception{ValueError} is raised if the generation number 
+is invalid.
 The number of unreachable objects found is returned.
 
 \versionchanged[The optional \var{generation} argument was added]{2.5}