diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:48:56 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:59:53 -0700 |
commit | 5a131e3bb8d873a9e0ac56944e643a4ae60ac11c (patch) | |
tree | 83272f13d04e50885d787543a12d617c52243f4f | |
parent | bb3087eee83fc938f31096368b6068defe0f27be (diff) | |
download | patches-5a131e3bb8d873a9e0ac56944e643a4ae60ac11c.tar patches-5a131e3bb8d873a9e0ac56944e643a4ae60ac11c.tar.gz |
gnu: python-pyyaml: Fix grammar of "allow to represent" to "represent".
* gnu/packages/python-xyz (python-pyyaml): Fix grammar.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9cff96b0a9..872405611e 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 |