diff --git a/PyNutil/counting_and_load.py b/PyNutil/counting_and_load.py
index 77a0fd98e31206649e10f32b21b4cc72b66ae2f7..7f620120f3008a402a40d9fff337e32d96e48b7c 100644
--- a/PyNutil/counting_and_load.py
+++ b/PyNutil/counting_and_load.py
@@ -115,7 +115,7 @@ def pixel_count_per_region(
 
 
 """Read flat file and write into an np array"""
-
+"""Read flat file, write into an np array, assign label file values, return array"""
 
 def flat_to_array(flat_file, labelfile):
     with open(flat_file, "rb") as f: