@@ -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