summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2010-06-03 09:16:04 +0200
committerMichele Simionato <michele.simionato@gmail.com>2010-06-03 09:16:04 +0200
commit4b5facdc9c030f4ebbc39536f0b749ec9a614238 (patch)
treeb1db0e8439626328dea4da679b2f0c6d4ca0d02d
parent21d2edb8c66a1bcb26fa4a6d6c360c443ae841ab (diff)
downloadmicheles-4b5facdc9c030f4ebbc39536f0b749ec9a614238.tar.gz
Fixed a few misprints in the docs signaled by Marioplac-0.4
-rw-r--r--plac/doc/plac.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/plac/doc/plac.txt b/plac/doc/plac.txt
index 9423aa0..2b1bfb1 100644
--- a/plac/doc/plac.txt
+++ b/plac/doc/plac.txt
@@ -236,7 +236,7 @@ default for an option. Here is an example:
Now if you do not pass the ``command option``, the
default query will be executed::
- $ python example8_.py dsn
+ $ python3 example8_.py dsn
executing 'select * from table' on dsn
Positional argument can be annotated too::
@@ -646,12 +646,12 @@ annotations. The ``optionparser`` name was ruled out, since I was
now using argparse_; a name like ``argparse_plus`` was also ruled out,
since the typical usage was completely different from the argparse_ usage.
-I made a research on PyPI and the name plac (Command Line Arguments Parser)
-was not taken, so I renamed everything to plac. After two days
+I made a research on PyPI and the name clap (Command Line Arguments Parser)
+was not taken, so I renamed everything to clap. After two days
a Clap_ module appeared on PyPI <expletives deleted>!
Having little imagination, I decided to rename everything again to plac,
-an anagram of plac: since it is a non-existing English name, I hope nobody
+an anagram of clap: since it is a non-existing English name, I hope nobody
will steal it from me!
That's all, I hope you will enjoy working with plac!