From 258acc07e0faf2691db298f4456aceef9b0c884d Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Wed, 26 Jan 2011 09:13:09 +0100 Subject: Added Python 3 to the list of supported languages for the decorator module; very minor fix to the docs --- documentation3.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation3.py') diff --git a/documentation3.py b/documentation3.py index 3df2e47..c737267 100644 --- a/documentation3.py +++ b/documentation3.py @@ -392,6 +392,8 @@ three callbacks ``on_success``, ``on_failure`` and ``on_closing``, to specify how to manage the function call. The implementation is the following: +.. code-block:: python + $$on_success $$on_failure $$on_closing -- cgit v1.2.1