Skip to content

Commit 93f9616

Browse files
alexpantyukhinasvetlov
authored andcommitted
add .. code:: python (#271)
1 parent ac26c48 commit 93f9616

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ The session object has a dict-like interface (operations like
2727
Before processing the session in a web-handler, you have to register the
2828
*session middleware* in ``aiohttp.web.Application``.
2929

30-
A trivial usage example::
30+
A trivial usage example:
31+
32+
.. code:: python
3133
3234
import time
3335
import base64

0 commit comments

Comments
 (0)