Skip to content
Snippets Groups Projects
Verified Commit a274fc72 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

style: very tiny nitpicking

parent 6a9c5f0e
No related branches found
No related tags found
1 merge request!57Incorporate feedback for virtual timeslots
...@@ -302,7 +302,7 @@ class VirtualTimeslotFilterSet(filters.FilterSet): ...@@ -302,7 +302,7 @@ class VirtualTimeslotFilterSet(filters.FilterSet):
end = filters.IsoDateTimeFilter(method="filter_noop") end = filters.IsoDateTimeFilter(method="filter_noop")
cut_at_range_boundaries = filters.BooleanFilter( cut_at_range_boundaries = filters.BooleanFilter(
help_text=( help_text=(
"If true guarantees that the first and last program entry match the requested range" "If true guarantees that the first and last program entry match the requested range "
"even if these entries earlier or end later." "even if these entries earlier or end later."
), ),
method="filter_noop", method="filter_noop",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment