Update decorators.py

This commit is contained in:
Daniel Wilczak
2021-01-26 21:25:48 -06:00
committed by GitHub
parent 5d5dfc647f
commit f6b04c5536

View File

@ -2,7 +2,7 @@ import random
from math import ceil
def function_info(decorator):
"""Recovers the name and doc-string for decorators throughout EasyGA for documentation purposes."""
"""Recovers the name and doc-string for decorators throughout EasyGA for documentation purposes."""
def new_decorator(method):