aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/protobuf.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-10-30 17:13:29 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-10-30 17:20:13 -0700
commit81fe586371eaf13626596188f651265963d0121e (patch)
tree8aca20e68e22867cc84f7730b10aec429231337d /gnu/packages/protobuf.scm
parenta168470dd8acea23b095fe474efea4aab7192afb (diff)
downloadguix-81fe586371eaf13626596188f651265963d0121e.tar
guix-81fe586371eaf13626596188f651265963d0121e.tar.gz
gnu: python-pure-protobuf: Fix grammar.
* gnu/packages/protobuf (python-pure-protobuf)[description]: Remove gratuitous use of "allows to".
Diffstat (limited to 'gnu/packages/protobuf.scm')
-rw-r--r--gnu/packages/protobuf.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 4e748e1f1d..b7587230bd 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -276,7 +276,7 @@ mechanism for serializing structured data.")
(home-page "https://pypi.org/project/pure-protobuf/")
(synopsis "Protobuf implementation using dataclasses")
(description
- "@code{python-pure-protobuf} allows to take advantage of the standard
+ "@code{python-pure-protobuf} takes advantage of the standard
dataclasses module to define message types. Protocol buffers are a
language-neutral, platform-neutral extensible mechanism for serializing
structured data.")