Skip to content

Commit f1a1a51

Browse files
committed
Make changes according to review
1 parent 4a3e0f7 commit f1a1a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyslicer/utils/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _valid_keys(self):
144144
"""Validate a data extraction query
145145
146146
Returns:
147-
true if query is ok
147+
true if query is valid
148148
"""
149149
if "fields" in self.data:
150150
value = self.data["fields"]

0 commit comments

Comments
 (0)