guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-pyyaml: Fix grammar of "allow to represent" to "repre


From: guix-commits
Subject: 05/05: gnu: python-pyyaml: Fix grammar of "allow to represent" to "represent".
Date: Sun, 12 Apr 2020 18:00:24 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 5a131e3bb8d873a9e0ac56944e643a4ae60ac11c
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 14:48:56 2020 -0700

    gnu: python-pyyaml: Fix grammar of "allow to represent" to "represent".
    
    * gnu/packages/python-xyz (python-pyyaml): Fix grammar.
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9cff96b..8724056 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2822,8 +2822,7 @@ environments and back.")
      "PyYAML is a YAML parser and emitter for Python.  PyYAML features a
 complete YAML 1.1 parser, Unicode support, pickle support, capable extension
 API, and sensible error messages.  PyYAML supports standard YAML tags and
-provides Python-specific tags that allow to represent an arbitrary Python
-object.")
+provides Python-specific tags that represent an arbitrary Python object.")
     (license license:expat)))
 
 (define-public python2-pyyaml



reply via email to

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