Skip to content

Commit 831d891

Browse files
authored
Module docstring
1 parent 72022c2 commit 831d891

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/fuzzylogic/classes.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22
"""
3-
Domain and Set classes for fuzzy logic.
3+
Domain, Set and Rule classes for fuzzy logic.
44
5-
Primary abstractions for recursive functions for better handling.
5+
Primary abstractions for recursive functions and arrays,
6+
adding logical operaitons for easier handling.
67
"""
78

89
from logging import warn

0 commit comments

Comments
 (0)