From a74f6d966da6c0ccf4b2a5a8fa6a211a2d846c00 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Tue, 3 Jun 2014 20:26:23 +0530 Subject: one more ..code:: replaced by ..code-block:: --- content/development/wsme_with_flask.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/development') diff --git a/content/development/wsme_with_flask.rst b/content/development/wsme_with_flask.rst index 473e201..0c55dd6 100644 --- a/content/development/wsme_with_flask.rst +++ b/content/development/wsme_with_flask.rst @@ -140,7 +140,7 @@ int}`. Similarly if you return array with int values it will be With above understanding our add function now looks like below. -.. code:: python +.. code-block:: python @signature({str: int}, int, int) def add(a, b): -- cgit v1.2.3