Skip to content

Commit

Permalink
Fixed a typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored Dec 20, 2018
1 parent 3ce663c commit 20a2bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/why.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are many alternatives to Click and you can have a look at them if
you enjoy them better. The obvious ones are ``optparse`` and ``argparse``
from the standard library.

Click is actually implements its own parsing of arugments and does not use
Click is actually implements its own parsing of arguments and does not use
``optparse`` or ``argparse`` following the ``optparse`` parsing behavior.
The reason it's not based on ``argparse`` is that ``argparse`` does not
allow proper nesting of commands by design and has some deficiencies when
Expand Down

0 comments on commit 20a2bd8

Please sign in to comment.