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

* gnu/packages/python-xyz (python-docopt)[description]: Fix typo.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -7745,7 +7745,7 @@ automatically detect a wide range of file encodings.")
(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)))