Skip to content

Commit

Permalink
Fix documentation for the Comparison class (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaruland authored Apr 18, 2024
1 parent 0753fe5 commit 60e1455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class Comparison(NoBool):
Parameters
----------
operator : {"gt", "lt", "ge", "lt"}
operator : {"gt", "lt", "ge", "le"}
key : str
e.g. "temperature"
value : JSONSerializable
Expand Down

0 comments on commit 60e1455

Please sign in to comment.