Skip to content

Commit

Permalink
Fixed incorrect wording in sigtools faq
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed May 14, 2015
1 parent 9696061 commit abb30ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ from.
For the second, some tooling would be necessary to specify how exactly a
decorator affected a wrapped function's parameters.

Modifying and making signatures more useful was both enough complex and
independent from command-line argument parsing that it was made a separate
library as `sigtools`.
Modifying and making signatures more useful was both complex and independent
from command-line argument parsing, so it was made a separate library as
`sigtools`.

So there you have it, `sigtools` helps you add keyword-only parameters on
Python 2, and helps decorators specify how they alter parameters on decorated
Expand Down

0 comments on commit abb30ef

Please sign in to comment.