Fix latex typo

This commit is contained in:
Nick Coghlan 2006-04-25 11:05:56 +00:00
parent a7e820a408
commit e708cf5d0f
1 changed files with 1 additions and 1 deletions

View 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