mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-25 03:00:24 +00:00
Fix docs
This commit is contained in:
parent
3aca38d60a
commit
2fe2480dbf
1 changed files with 1 additions and 3 deletions
|
@ -172,7 +172,7 @@ class MsgPackTranscoder(handlers.BinaryContentHandler):
|
|||
+-------------------------------+-------------------------------+
|
||||
| :class:`float` | `float family`_ |
|
||||
+-------------------------------+-------------------------------+
|
||||
| String (see note) | `str family`_ |
|
||||
| String | `str family`_ |
|
||||
+-------------------------------+-------------------------------+
|
||||
| :class:`bytes` | `bin family`_ |
|
||||
+-------------------------------+-------------------------------+
|
||||
|
@ -189,8 +189,6 @@ class MsgPackTranscoder(handlers.BinaryContentHandler):
|
|||
| :class:`uuid.UUID` | Converted to String |
|
||||
+-------------------------------+-------------------------------+
|
||||
|
||||
.. note::
|
||||
|
||||
.. _nil byte: https://github.com/msgpack/msgpack/blob/
|
||||
0b8f5ac67cdd130f4d4d4fe6afb839b989fdb86a/spec.md#formats-nil
|
||||
.. _true byte: https://github.com/msgpack/msgpack/blob/
|
||||
|
|
Loading…
Reference in a new issue