mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
fix typos and other cosmetic issues (#214)
cosmetic issues: - reST headlines' underline length needs to match the headline length (looks like somebody is / was using a proportional font) - Cython code lines do not need to be terminated with a semicolon - always use triple-double-quotes for docstrings
This commit is contained in:
parent
a9f4dad4dc
commit
e3fea94509
10 changed files with 57 additions and 56 deletions
|
|
@ -28,7 +28,7 @@ API reference
|
|||
.. autoclass:: ExtType
|
||||
|
||||
exceptions
|
||||
-----------
|
||||
----------
|
||||
|
||||
These exceptions are accessible via `msgpack` package.
|
||||
(For example, `msgpack.OutOfData` is shortcut for `msgpack.exceptions.OutOfData`)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
msgpack document
|
||||
==================
|
||||
================
|
||||
|
||||
`MessagePack <http://msgpack.org>`_ is a efficient format for inter
|
||||
language data exchange.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue