diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 16:45:09 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:21:46 -0700 |
commit | 4ca7207be2aca4f2d446388b3bdef32298c6a928 (patch) | |
tree | 02c54998b6f0154962609c279b5d248bf8ac4e88 /gnu/packages/python-xyz.scm | |
parent | 5c6b576ab8cc42526ad2b4e93a24f0882359fbe6 (diff) |
gnu: python-docopt: Fix typo "programmatically".
* gnu/packages/python-xyz (python-docopt)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cbc2f089cb..e3391dcd0e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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))) |