Skip to content

Commit

Permalink
Fix comment in slicer docstring (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed May 14, 2024
1 parent aaffcb0 commit 59a3950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclops/data/slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class SliceSpec:
feature_1:value_1&feature_2:[2020-01-01 - inf]&feature_3:year=['2000', '2010', '2020']
overall
# a different way to create intersections/compound slices
>>> # a different way to create intersections/compound slices
>>> slice_spec = SliceSpec(
... spec_list=[
... {"feature_1": {"keep_nulls": False}},
Expand Down

0 comments on commit 59a3950

Please sign in to comment.