Skip to content

Commit

Permalink
macro: Rename fewest to least which seems more natural.
Browse files Browse the repository at this point in the history
  • Loading branch information
synrg committed Dec 25, 2024
1 parent 6d8f5c3 commit 7d617cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dronefly/core/parsers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"species": {"opt": ["hrank=species"]},
"unseen": {"not by": "me", "from": "home"},
"most": {"per": "species", "sort by": "obs"},
"fewest": {"per": "species", "sort by": "obs", "asc": None},
"least": {"per": "species", "sort by": "obs", "asc": None},
}
# Groups of taxa:
# - can't function in place of a single taxon, and are typically only used in
Expand Down

0 comments on commit 7d617cb

Please sign in to comment.