gnu: python-docopt: Fix typo "programmatically".

* gnu/packages/python-xyz (python-docopt)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 16:45:09 -07:00
parent 5c6b576ab8
commit 4ca7207be2
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -7745,7 +7745,7 @@ (define-public python-docopt
(synopsis "Command-line interface description language for Python")
(description "This library allows the user to define a command-line
interface from a program's help message rather than specifying it
programatically with command-line parsers like @code{getopt} and
programmatically with command-line parsers like @code{getopt} and
@code{argparse}.")
(license license:expat)))