diff options
author | Fred Drake <fdrake@acm.org> | 2003-11-10 14:50:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-11-10 14:50:54 (GMT) |
commit | d85ed1b7fcefaa32d54997c96992caf9f2e4e27e (patch) | |
tree | 8c983595100432bb17bcfc11ee3b2d262199cc05 | |
parent | 28eae084bfb4912dbaa8917dffc444273b8cacb5 (diff) | |
download | cpython-d85ed1b7fcefaa32d54997c96992caf9f2e4e27e.zip cpython-d85ed1b7fcefaa32d54997c96992caf9f2e4e27e.tar.gz cpython-d85ed1b7fcefaa32d54997c96992caf9f2e4e27e.tar.bz2 |
fix typo in markup
-rw-r--r-- | Doc/lib/libpyclbr.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpyclbr.tex b/Doc/lib/libpyclbr.tex index 30580cf..0dedb9e 100644 --- a/Doc/lib/libpyclbr.tex +++ b/Doc/lib/libpyclbr.tex @@ -68,7 +68,7 @@ provide the following data members: \end{memberdesc} \begin{memberdesc}[class descriptor]{file} - Name of the file containing the \code(class} statement defining the class. + Name of the file containing the \code{class} statement defining the class. \end{memberdesc} \begin{memberdesc}[class descriptor]{lineno} |