Skip to content

Commit

Permalink
docstring - fix incorrect return value
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Mar 14, 2024
1 parent bf5ca3b commit bc5442b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc5442b

Please sign in to comment.