diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2006-04-25 11:05:56 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2006-04-25 11:05:56 (GMT) |
commit | e708cf5d0f83818833b6d46159e6bafe72e3e05e (patch) | |
tree | 2dc56d26ed15b83cca5e3b7251bc96996ffb7976 /Doc | |
parent | a7e820a408fa3df02f8d42a183e06774e05cd871 (diff) | |
download | cpython-e708cf5d0f83818833b6d46159e6bafe72e3e05e.zip cpython-e708cf5d0f83818833b6d46159e6bafe72e3e05e.tar.gz cpython-e708cf5d0f83818833b6d46159e6bafe72e3e05e.tar.bz2 |
Fix latex typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcontextlib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |