Skip to content

Commit a7e0d35

Browse files
committed
file names at first line for ai
1 parent 5381a56 commit a7e0d35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/fuzzylogic/classes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Domain, Set and Rule classes for fuzzy logic.
2+
classes.py - Domain, Set and Rule classes for fuzzy logic.
33
44
Primary abstractions for recursive functions and arrays,
55
adding logical operaitons for easier handling.

src/fuzzylogic/combinators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Combine two linguistic terms.
2+
combinators.py - Combine two linguistic terms.
33
44
a and b are functions of two sets of the same domain.
55

src/fuzzylogic/functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
General-purpose functions that map R -> [0,1].
2+
functions.py - General-purpose functions that map R -> [0,1].
33
44
These functions work as closures.
55
The inner function uses the variables of the outer function.

0 commit comments

Comments
 (0)