From 87f16a038352488cc9cf39ee94a1c744e42fb42e Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sun, 27 Oct 2019 09:06:12 +0100 Subject: Changed description to Decorators for Humans --- src/tests/documentation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests') diff --git a/src/tests/documentation.py b/src/tests/documentation.py index 6a77614..2888ea1 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -12,14 +12,14 @@ except ImportError: from decorator import (decorator, decorate, FunctionMaker, contextmanager, dispatch_on, __version__) -doc = r"""The ``decorator`` module +doc = r"""Decorators for Humans ---------------------------------- |Author | Michele Simionato| |---|---| |E-mail | michele.simionato@gmail.com| |Version| $VERSION ($DATE)| -|Supports| Python 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7| +|Supports| Python 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8| |Download page| http://pypi.python.org/pypi/decorator/$VERSION| |Installation| ``pip install decorator``| |License | BSD license| -- cgit v1.2.1