summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorTW <tw@waldmann-edv.de>2017-01-11 04:04:23 +0100
committerINADA Naoki <methane@users.noreply.github.com>2017-01-11 12:04:23 +0900
commite3fea94509767047a8ff45aa07cd58a9ba9694e7 (patch)
tree9a4cceb6a1967c8f83263cea13c4f80af901cef4 /docs/index.rst
parenta9f4dad4dcde4db148f22720c694e5b5e0cb6f2d (diff)
downloadmsgpack-python-e3fea94509767047a8ff45aa07cd58a9ba9694e7.tar.gz
fix typos and other cosmetic issues (#214)release-0.4
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
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 72d4499..dcdab4f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,5 +1,5 @@
msgpack document
-==================
+================
`MessagePack <http://msgpack.org>`_ is a efficient format for inter
language data exchange.