From 331a2f891806e9958efb5055bb8f022458d204dc Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 11 Jan 2014 02:02:53 +0900 Subject: [PATCH] Update doc --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 85acae25..99cdba3c 100644 --- a/README.rst +++ b/README.rst @@ -748,7 +748,9 @@ Example +++++++ The following example code illustrates basic usage of HPACK compressor -and decompressor in Python:: +and decompressor in Python: + +.. code-block:: python import binascii import nghttp2