diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-06-03 20:26:23 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-06-03 20:26:23 +0530 |
commit | a74f6d966da6c0ccf4b2a5a8fa6a211a2d846c00 (patch) | |
tree | 19baa402cace5cd73887e8fd8c413141516652f2 /content/development/wsme_with_flask.rst | |
parent | ef0b211383dfb90865eeef99ce098f1349a80ea0 (diff) |
one more ..code:: replaced by ..code-block::
Diffstat (limited to 'content/development/wsme_with_flask.rst')
-rw-r--r-- | content/development/wsme_with_flask.rst | 2 |
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): |