From 8e1c6a84beca45c73c12c60d3a2ec1fd18daeca4 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Fri, 2 Apr 2021 08:11:41 +0200 Subject: Fixed test --- docs/documentation.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/documentation.md b/docs/documentation.md index ace6a08..150a10c 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -429,6 +429,7 @@ It is the ``decorator`` function: ```python >>> from decorator import decorator + ``` The ``decorator`` function can be used as a signature-changing decorator, just like ``classmethod`` and ``staticmethod``. -- cgit v1.2.1