Skip to content

Commit ec1ec86

Browse files
committed
fix doc
1 parent 05f82fd commit ec1ec86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ldclient/impl/datasystem/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ class Initializer(Protocol): # pylint: disable=too-few-public-methods
159159
@abstractmethod
160160
def fetch(self) -> BasisResult:
161161
"""
162-
sync should begin the synchronization process for the data source, yielding
163-
Update objects until the connection is closed or an unrecoverable error
164-
occurs.
162+
fetch should retrieve the initial data set for the data source, returning
163+
a Basis object on success, or an error message on failure.
165164
"""
166165
raise NotImplementedError
167166

0 commit comments

Comments
 (0)