]> granicus.if.org Git - python/commitdiff
Fix latex typo
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 25 Apr 2006 11:05:56 +0000 (11:05 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 25 Apr 2006 11:05:56 +0000 (11:05 +0000)
Doc/lib/libcontextlib.tex

index f212174ac9e67484a3895f90ec04d09aab19c5ec..7f07b376e00be1b7046f513a7c92ea9fd611656b 100644 (file)
@@ -11,7 +11,7 @@ This module provides utilities for common tasks involving the
 
 Functions provided:
 
-\begin{funcdesc}{context}func}
+\begin{funcdesc}{context}{func}
 This function is a decorator that can be used to define a factory
 function for \keyword{with} statement context objects, without
 needing to create a class or separate \method{__enter__()} and