diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:41:56 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:29:55 -0700 |
commit | 1bb5085694185fa0297358ed4c80b30b730d2f36 (patch) | |
tree | cb868d236c06d94dc2dab65c86cc8fedeeec6ed7 /gnu/packages | |
parent | e54af3225d4510573d6f8ac20ef62b5616d24dae (diff) | |
download | patches-1bb5085694185fa0297358ed4c80b30b730d2f36.tar patches-1bb5085694185fa0297358ed4c80b30b730d2f36.tar.gz |
gnu: python-internetarchive: Fix typo "programmatic".
* gnu/packages/web (python-internetarchive)[description]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3d99a8d87c..48be704e61 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5286,7 +5286,7 @@ command-line arguments or read from stdin.") (synopsis "Command-line interface to archive.org") (description "@code{ia} is a command-line tool for using @url{archive.org} from the command-line. It also emplements the -internetarchive python module for programatic access to archive.org.") +internetarchive python module for programmatic access to archive.org.") (properties `((python2-variant . ,(delay python2-internetarchive)))) (license license:agpl3+))) |