Skip to content

Commit b4a3e41

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 63603cf commit b4a3e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzzy_logic/gaussian_fuzzyset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ class GaussianFuzzySet:
2222
Attributes:
2323
name: The name or label of the fuzzy set.
2424
mean: The mean value (center) of the Gaussianfuzzy set.
25-
std_dev: The standard deviation (controls the spread) of
25+
std_dev: The standard deviation (controls the spread) of
2626
the Gaussian fuzzy set.
27-
is_complement: Indicates whether this is the complement
27+
is_complement: Indicates whether this is the complement
2828
of the original fuzzy set.
2929
Methods:
3030
membership(x): Calculate the membership value of an input 'x' in the fuzzy set.

0 commit comments

Comments
 (0)