gnu: python-docopt: Fix typo "programmatically".
* gnu/packages/python-xyz (python-docopt)[description]: Fix typo.
This commit is contained in:
parent
5c6b576ab8
commit
4ca7207be2
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue