guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/23: gnu: python-docopt: Fix typo "programmatically".


From: guix-commits
Subject: 15/23: gnu: python-docopt: Fix typo "programmatically".
Date: Wed, 22 May 2019 21:22:40 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 4ca7207be2aca4f2d446388b3bdef32298c6a928
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 16:45:09 2019 -0700

    gnu: python-docopt: Fix typo "programmatically".
    
    * gnu/packages/python-xyz (python-docopt)[description]: Fix typo.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cbc2f08..e3391dc 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]