diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2011-01-26 09:13:09 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2011-01-26 09:13:09 +0100 |
| commit | 258acc07e0faf2691db298f4456aceef9b0c884d (patch) | |
| tree | 25945e249b9ada8da8fb9fc6d729dcce0cb91a11 /documentation3.py | |
| parent | 8ad682164653a2653db6e0df831b71261d174367 (diff) | |
| download | python-decorator-git-258acc07e0faf2691db298f4456aceef9b0c884d.tar.gz | |
Added Python 3 to the list of supported languages for the decorator module; very minor fix to the docs
Diffstat (limited to 'documentation3.py')
| -rw-r--r-- | documentation3.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
