diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-21 18:36:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-21 18:36:09 (GMT) |
commit | d5d55ea02e4109454ef0054a3c78489e1f2fb95c (patch) | |
tree | 468af58ee930898d11c4f619181d2925e554b603 /Doc/lib/libpipes.tex | |
parent | 4755e7d5c1eea7e4751997afaa341a4d6ac64f5e (diff) | |
download | cpython-d5d55ea02e4109454ef0054a3c78489e1f2fb95c.zip cpython-d5d55ea02e4109454ef0054a3c78489e1f2fb95c.tar.gz cpython-d5d55ea02e4109454ef0054a3c78489e1f2fb95c.tar.bz2 |
Fix a markup error.
Diffstat (limited to 'Doc/lib/libpipes.tex')
-rw-r--r-- | Doc/lib/libpipes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpipes.tex b/Doc/lib/libpipes.tex index 389448b..e91f05b 100644 --- a/Doc/lib/libpipes.tex +++ b/Doc/lib/libpipes.tex @@ -19,7 +19,7 @@ The \module{pipes} module defines the following class: \begin{classdesc}{Template}{} An abstraction of a pipeline. -\end{funcdesc} +\end{classdesc} Example: |