diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-24 03:04:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-24 16:12:19 +0100 |
commit | 31af847b5d0c6cc14f280e8ab2018440bd57c063 (patch) | |
tree | f7f6de54345c5218272bd0392cfb1396319abc8c /gnu/packages/serialization.scm | |
parent | 5dff075263ebd59652cb6d43f17403f6a597c400 (diff) | |
download | patches-31af847b5d0c6cc14f280e8ab2018440bd57c063.tar patches-31af847b5d0c6cc14f280e8ab2018440bd57c063.tar.gz |
gnu: python-cbor: Mark up description.
* gnu/packages/serialization.scm (python-cbor)[description]: Use @dfn{}.
Diffstat (limited to 'gnu/packages/serialization.scm')
-rw-r--r-- | gnu/packages/serialization.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 0b2dac72bd..d70a8d3fd5 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))) |