From 321e7a53be0915b311c532c4c501ab06c0e57d09 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Tue, 15 Dec 2020 18:32:22 +0100
Subject: [PATCH] Fixed typo.

---
 pysegcnn/core/constants.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pysegcnn/core/constants.py b/pysegcnn/core/constants.py
index 7f46885..d9d6b06 100644
--- a/pysegcnn/core/constants.py
+++ b/pysegcnn/core/constants.py
@@ -98,7 +98,7 @@ class Label(enum.Enum):
 
 
 class LabelMapping(enum.Enum):
-    """Generic enumeration for mapping label classes."""
+    """Generic enumeration for mapping class labels."""
 
     @classmethod
     def label_map(cls):
-- 
GitLab