diff --git a/src/py_overload/__init__.py b/src/py_overload/__init__.py index 0d81be0..e56dece 100644 --- a/src/py_overload/__init__.py +++ b/src/py_overload/__init__.py @@ -104,7 +104,7 @@ def resolveAnnotations(anno, np, scope=None): def annotate(func, oload=False): - "decorator annotates wrapped function" + """decorator annotates wrapped function""" if isclass(func): return annotateClass(func) anno = func.__annotations__