summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2016-12-18 15:30:14 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2016-12-18 15:33:50 +0000
commit459c4b8ee2c42a0b855486484a4ebad458d53e8a (patch)
treede051bcce19e6c54f72583327cffba519a6914ab /docs
parentc3a6cac24393a205ba20bef012a1f942c4ed99be (diff)
faq
Diffstat (limited to 'docs')
-rw-r--r--docs/source/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/faq.rst b/docs/source/faq.rst
index f0836128..eeb50c07 100644
--- a/docs/source/faq.rst
+++ b/docs/source/faq.rst
@@ -47,7 +47,7 @@ FAQ
Most `text based browsers <http://en.wikipedia.org/wiki/Text-based_web_browser>`_ have
a dump mode that can be used here.
-6. Why are you $THIS not $THAT way?
+6. Why are you doing $THIS not $THAT way?
Lazyness and Ignorance: In most cases I simply did not or still don't know a better solution.
I try to outsource as much as I can to well established libraries and be it only to avoid
@@ -58,7 +58,7 @@ FAQ
The few exceptions to above stated rule are the following:
- * CLI option parsing is done using twisted.usage.Options, and not (as e.g. in-app command parsing)
+ * CLI option parsing is done using `twisted.usage.Options`, and not (as e.g. in-app command parsing)
via argparse. The reason is that argparse does not yet offer optional subcommands.
* The modules cmd and cmd2, that handle all sorts of convenience around command objects
hate urwid: They are painfully strongly coupled to user in/output via stdin and out.