From e708cf5d0f83818833b6d46159e6bafe72e3e05e Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Tue, 25 Apr 2006 11:05:56 +0000 Subject: Fix latex typo --- Doc/lib/libcontextlib.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcontextlib.tex b/Doc/lib/libcontextlib.tex index f212174..7f07b37 100644 --- a/Doc/lib/libcontextlib.tex +++ b/Doc/lib/libcontextlib.tex @@ -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 -- cgit v0.12