Skip to content

Commit a32d946

Browse files
committed
Update comments
1 parent b5d44c2 commit a32d946

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

investing_algorithm_framework/core/data_providers/data_provider.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ def __str__(self) -> str:
2323

2424
class DataProvider(ScheduledWorker):
2525
"""
26-
Class DataProvider: An entity which responsibility is to provide data_providers from an external data_providers
27-
source. Where a data_providers source is defined as any third party service that provides data_providers,
28-
e.g cloud storage, REST API, or website.
26+
Class DataProvider: An entity which responsibility is to provide data from an external source.
27+
Where a data_providers source is defined as any third party service that provides data e.g cloud storage,
28+
REST API, or website.
2929
30-
A data_providers provider must always be run with the start function from it´s super class. Otherwise depend
30+
A data_provider must always be run with the start function from it´s super class. Otherwise depended
3131
observers will not be updated.
3232
"""
3333

0 commit comments

Comments
 (0)