diff --git a/simpful/simpful.py b/simpful/simpful.py index 9bef504..de8d6f7 100644 --- a/simpful/simpful.py +++ b/simpful/simpful.py @@ -340,8 +340,7 @@ def set_output_function(self, name, function, verbose=False): Args: name: string containing the identifying name of the output function. - function: string containing the output function to be added to the fuzzy system. - The function specified in the string must use the names of linguistic variables contained in the fuzzy system object. + function: string containing the output function to be added to the fuzzy system. The function specified in the string must use the names of linguistic variables contained in the fuzzy system object. verbose: True/False, toggles verbose mode. """ if self._sanitize_input: name = self._sanitize(name)