summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-18 17:57:25 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-18 17:57:25 +0300
commit7d7d511f7639de07132b7de31f7be737925b8538 (patch)
treea21266dda1d6410a7c5965e8323b097c19f231a8
parent8c0de7a515aa9d6db7b3ce4110a4e29261851abb (diff)
downloadwikitrans-7d7d511f7639de07132b7de31f7be737925b8538.tar.gz
wikitrans-7d7d511f7639de07132b7de31f7be737925b8538.tar.bz2
Fix typo
-rw-r--r--README.rst2
-rwxr-xr-xbin/wikitrans2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 7c53e3c..7838fa1 100644
--- a/README.rst
+++ b/README.rst
@@ -162,7 +162,7 @@ Options are:
``-l LANG``, ``--lang=LANG``
Set input document language.
``-o KW=VAL``, ``--option=KW=VAL``
- Pass the keyword argument ``KW=VAL`` to the parser class construct.
+ Pass the keyword argument ``KW=VAL`` to the parser class constructor.
``-d DEBUG``, ``--debug=DEBUG``
Set debug level (0..100).
``-D``, ``--dump``
diff --git a/bin/wikitrans b/bin/wikitrans
index 87de020..aaecb07 100755
--- a/bin/wikitrans
+++ b/bin/wikitrans
@@ -133,7 +133,7 @@ Otherwise, ARG is name of the file to read wiki material from.
action='callback', callback=setkw,
type='string', dest='kwdict',
default={},
- help='set keyword option for the parser class')
+ help='set keyword option for the parser class constructor')
parser.add_option('-d', '--debug',
action='store', type='int', dest='debug',
default=0,

Return to:

Send suggestions and report system problems to the System administrator.