mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-pyyaml: Fix grammar of "allow to represent" to "represent".
* gnu/packages/python-xyz (python-pyyaml): Fix grammar.
This commit is contained in:
parent
bb3087eee8
commit
5a131e3bb8
1 changed files with 1 additions and 2 deletions
|
@ -2822,8 +2822,7 @@ (define-public python-pyyaml
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue