summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpipes.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-23 22:00:17 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-23 22:00:17 (GMT)
commitcaa94bd48465ed65cfa4b44fc576e57abd71e578 (patch)
tree4dae4176058172d1a06bc7346a291c87026694b6 /Doc/lib/libpipes.tex
parent131e4f71ba118da9c05f809b175256db50905f64 (diff)
downloadcpython-caa94bd48465ed65cfa4b44fc576e57abd71e578.zip
cpython-caa94bd48465ed65cfa4b44fc576e57abd71e578.tar.gz
cpython-caa94bd48465ed65cfa4b44fc576e57abd71e578.tar.bz2
Correct misspellings.
Diffstat (limited to 'Doc/lib/libpipes.tex')
-rw-r--r--Doc/lib/libpipes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpipes.tex b/Doc/lib/libpipes.tex
index 4e6ea53..1815e09 100644
--- a/Doc/lib/libpipes.tex
+++ b/Doc/lib/libpipes.tex
@@ -8,7 +8,7 @@
The \module{pipes} module defines a class to abstract the concept of
-a \emph{pipeline} --- a sequence of convertors from one file to
+a \emph{pipeline} --- a sequence of converters from one file to
another.
Because the module uses \program{/bin/sh} command lines, a \POSIX{} or