Skip to content

Commit

Permalink
minor docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Spolaor committed Dec 16, 2020
1 parent ccf2142 commit c4bc7f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simpful/simpful.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c4bc7f4

Please sign in to comment.