Skip to content

Commit 2f23aeb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzzy_logic/trapazoidal_fuzzyset.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def complement(self) -> TrapezoidalFuzzySet:
8585
def plot(self) -> None:
8686
"""
8787
Plots the membership function of the trapezoidal fuzzy set.
88-
89-
>>> fuzzy_set = TrapezoidalFuzzySet("Medium", left_base=0,left_peak=1,
88+
89+
>>> fuzzy_set = TrapezoidalFuzzySet("Medium", left_base=0,left_peak=1,
9090
... right_peak=2, right_base=3)
9191
>>> fuzzy_set.plot()
9292
"""

0 commit comments

Comments
 (0)