diff --git a/Libraries/PyKotor/src/pykotor/resource/formats/gff/gff_data.py b/Libraries/PyKotor/src/pykotor/resource/formats/gff/gff_data.py index 8de64f0b3..572ffd011 100644 --- a/Libraries/PyKotor/src/pykotor/resource/formats/gff/gff_data.py +++ b/Libraries/PyKotor/src/pykotor/resource/formats/gff/gff_data.py @@ -328,7 +328,7 @@ def exists( Returns: ------- - A GFFFieldType value. + A boolean result of whether the field exists or not. """ return label in self._fields