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")
|
(synopsis "Command-line interface description language for Python")
|
||||||
(description "This library allows the user to define a command-line
|
(description "This library allows the user to define a command-line
|
||||||
interface from a program's help message rather than specifying it
|
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}.")
|
@code{argparse}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue