guix-commits
[Top][All Lists]
Advanced

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

18/18: gnu: python-cbor: Mark up description.


From: Tobias Geerinckx-Rice
Subject: 18/18: gnu: python-cbor: Mark up description.
Date: Sun, 24 Dec 2017 10:09:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 31af847b5d0c6cc14f280e8ab2018440bd57c063
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 24 03:04:25 2017 +0100

    gnu: python-cbor: Mark up description.
    
    * gnu/packages/serialization.scm (python-cbor)[description]: Use @dfn{}.
---
 gnu/packages/serialization.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 0b2dac7..d70a8d3 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -404,8 +404,8 @@ style and key ordering are kept, so you can diff the 
source.")
     (synopsis "Implementation of the Concise Binary Object Representation")
     (description
      "Python-cbor provides an implementation of the Concise Binary Object
-Representation (CBOR).  CBOR is comparable to JSON, has a superset of JSON's
-ability, but serializes to a binary format which is smaller and faster to
-generate and parse.  The two primary functions are @code{cbor.loads} and
+Representation (@dfn{CBOR}).  CBOR is comparable to JSON, has a superset of
+JSON's ability, but serializes to a binary format which is smaller and faster
+to generate and parse.  The two primary functions are @code{cbor.loads} and
 @code{cbor.dumps}.")
     (license license:asl2.0)))



reply via email to

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