diff options
-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): |