mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: python-docopt: Fix typo "programmatically".
* gnu/packages/python-xyz (python-docopt)[description]: Fix typo.
This commit is contained in:
parent
5c6b576ab8
commit
4ca7207be2
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue