3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pure-protobuf: Fix grammar.

* gnu/packages/protobuf (python-pure-protobuf)[description]: Remove gratuitous
  use of "allows to".
This commit is contained in:
Vagrant Cascadian 2020-10-30 17:13:29 -07:00
parent a168470dd8
commit 81fe586371
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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.")