summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2014-06-03 20:26:23 +0530
committerVasudev Kamath <kamathvasudev@gmail.com>2014-06-03 20:26:23 +0530
commita74f6d966da6c0ccf4b2a5a8fa6a211a2d846c00 (patch)
tree19baa402cace5cd73887e8fd8c413141516652f2 /content
parentef0b211383dfb90865eeef99ce098f1349a80ea0 (diff)
one more ..code:: replaced by ..code-block::
Diffstat (limited to 'content')
-rw-r--r--content/development/wsme_with_flask.rst2
1 files changed, 1 insertions, 1 deletions
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):