Skip to content

Commit 59a3950

Browse files
authored
Fix comment in slicer docstring (#618)
1 parent aaffcb0 commit 59a3950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclops/data/slicer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class SliceSpec:
148148
feature_1:value_1&feature_2:[2020-01-01 - inf]&feature_3:year=['2000', '2010', '2020']
149149
overall
150150
151-
# a different way to create intersections/compound slices
151+
>>> # a different way to create intersections/compound slices
152152
>>> slice_spec = SliceSpec(
153153
... spec_list=[
154154
... {"feature_1": {"keep_nulls": False}},

0 commit comments

Comments
 (0)