summaryrefslogtreecommitdiff
path: root/doc/walkthrough.rst
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-09 17:57:38 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-09 17:57:38 +0100
commitb6f560321a30a8aff7adf4efecefb78180847686 (patch)
treeb46e77eecb1f6190b197d4283150d8390ff48abe /doc/walkthrough.rst
parent77de905c50bb3bcbbd4c41a841745e5e1b9c1d0f (diff)
downloadcliapp-b6f560321a30a8aff7adf4efecefb78180847686.tar.gz
Remove trailing whitespace from ends of lines
Diffstat (limited to 'doc/walkthrough.rst')
-rw-r--r--doc/walkthrough.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough.rst b/doc/walkthrough.rst
index d86a8e4..e15a10a 100644
--- a/doc/walkthrough.rst
+++ b/doc/walkthrough.rst
@@ -13,7 +13,7 @@ summary is here:
arguments and input files are processed
* override ``process_args`` to decide how each argument is processed;
by default, this called ``process_inputs`` or handles subcommands
-* ``process_inputs`` calls ``process_input`` (note singular) for each
+* ``process_inputs`` calls ``process_input`` (note singular) for each
argument, or on ``-`` to process standard input if no files are named
on the command line
* ``process_input`` calls ``open_input`` to open each file, then calls