From bc5442bdb5e771eaf45e0160d0912f3216d59bef Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Thu, 14 Mar 2024 15:22:07 -0500 Subject: [PATCH] docstring - fix incorrect return value --- Libraries/PyKotor/src/pykotor/resource/formats/gff/gff_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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