summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2010-06-03 13:40:02 +0200
committerMichele Simionato <michele.simionato@gmail.com>2010-06-03 13:40:02 +0200
commit7c71e92003db53ea3f0fccadea08414db4b49d95 (patch)
treedfdf93a5dec833687d3e164ca267442afd70928a
parent5629e13e6a6320f55b96f1b980c50feda238d372 (diff)
downloadmicheles-7c71e92003db53ea3f0fccadea08414db4b49d95.tar.gz
Fixed a misprint
-rw-r--r--plac/doc/plac.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plac/doc/plac.txt b/plac/doc/plac.txt
index a4d30f5..2cd29a6 100644
--- a/plac/doc/plac.txt
+++ b/plac/doc/plac.txt
@@ -440,7 +440,7 @@ Here is how you call the script::
('0', ('1', '2'), {'kw1': '1', 'kw2': '2'})
When using keyword arguments, one must be careful to use names which
-are not alreay taken; for instance in this examples the names ``opt``
+are not alreay taken; for instance in this examples the name ``opt``
is taken::
$ python example12.py 1 2 kw1=1 kw2=2 opt=0