Skip to content

Commit 18e7183

Browse files
authored
Merge pull request #351 from splitio/dw-update-sync.segment
update comments in sync.segment
2 parents 61cdd89 + 3d652b1 commit 18e7183

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

splitio/sync/segment.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self, segment_api, split_storage, segment_storage):
2626
:param segment_api: API to retrieve segments from backend.
2727
:type segment_api: splitio.api.SegmentApi
2828
29-
:param split_storage: Split Storage.
29+
:param split_storage: Feature Flag Storage.
3030
:type split_storage: splitio.storage.InMemorySplitStorage
3131
3232
:param segment_storage: Segment storage reference.
@@ -110,7 +110,7 @@ def _attempt_segment_sync(self, segment_name, fetch_options, till=None):
110110
:param segment_name: Name of the segment to update.
111111
:type segment_name: str
112112
113-
:param fetch_options Fetch options for getting split definitions.
113+
:param fetch_options Fetch options for getting feature flag definitions.
114114
:type fetch_options splitio.api.FetchOptions
115115
116116
:param till: Passed till from Streaming.
@@ -207,7 +207,7 @@ def __init__(self, segment_folder, split_storage, segment_storage):
207207
:param segment_folder: patch to the segment folder
208208
:type segment_folder: str
209209
210-
:param split_storage: Split Storage.
210+
:param split_storage: Feature flag Storage.
211211
:type split_storage: splitio.storage.InMemorySplitStorage
212212
213213
:param segment_storage: Segment storage reference.
@@ -281,7 +281,7 @@ def _read_segment_from_json_file(self, filename):
281281
"""
282282
Parse a segment and store in segment storage.
283283
284-
:param filename: Path of the file containing split
284+
:param filename: Path of the file containing Feature flag
285285
:type filename: str.
286286
287287
:return: Sanitized segment structure

0 commit comments

Comments
 (0)