summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-05-11 05:03:41 +0200
committerMichele Simionato <michele.simionato@gmail.com>2018-05-11 05:03:41 +0200
commitca074bc4dab3b553b55be9a7e263260ad9685033 (patch)
tree6abf045735443e941340a13e5c29e1ec35586297 /docs
parentb4169f60bab242da4274f5df7603bc76e75d4941 (diff)
downloadpython-decorator-git-ca074bc4dab3b553b55be9a7e263260ad9685033.tar.gz
Cleanup [skip CI]
Diffstat (limited to 'docs')
-rw-r--r--docs/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.rst b/docs/README.rst
index a3a6c71..ad72633 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -62,7 +62,7 @@ For the impatient
Here is an example of how to define a family of decorators tracing slow
operations:
-.. code-block::
+.. code-block:: python
from decorator import decorator