diff options
author | Thomas Wouters <thomas@python.org> | 2000-07-16 19:01:10 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2000-07-16 19:01:10 (GMT) |
commit | f8316638afb2eff261c3854ee6e02b9bc47d0955 (patch) | |
tree | 8d0271c66820c6c5ea947724b04a89362c9b222d /Doc/lib/libpipes.tex | |
parent | 0e19e76aba9f470c348e25bb2d550f9a096642bd (diff) | |
download | cpython-f8316638afb2eff261c3854ee6e02b9bc47d0955.zip cpython-f8316638afb2eff261c3854ee6e02b9bc47d0955.tar.gz cpython-f8316638afb2eff261c3854ee6e02b9bc47d0955.tar.bz2 |
Rob W. W. Hooft's spelling fixes for the Library Reference. I hope
SourceForge doesn't choke on this batch :-)
I'm not entirely sure this is 100% correct. The patch changes an
\index{persistency} to \index{presistence}, and I don't know what \index{}
does. But it seems to do so persi--er, consistently, so I hope it isn't a
problem.
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 e91f05b..6d389d8 100644 --- a/Doc/lib/libpipes.tex +++ b/Doc/lib/libpipes.tex @@ -62,7 +62,7 @@ reads its standard input), \code{'f'} (which means the commands reads a given file on the command line) or \code{'.'} (which means the commands reads no input, and hence must be first.) -Similarily, the second letter can be either of \code{'-'} (which means +Similarly, the second letter can be either of \code{'-'} (which means the command writes to standard output), \code{'f'} (which means the command writes a file on the command line) or \code{'.'} (which means the command does not write anything, and hence must be last.) |