minor grammar fix
parent
3912df2a36
commit
1c03b4a1f0
|
@ -420,7 +420,7 @@ class CompositeDataSource(DataSource):
|
||||||
"""Controller for all the attached DataSources.
|
"""Controller for all the attached DataSources.
|
||||||
|
|
||||||
A user can have a single CompositeDataSource as an interface
|
A user can have a single CompositeDataSource as an interface
|
||||||
the a set of DataSources. When an API call is made to the
|
to a set of DataSources. When an API call is made to the
|
||||||
CompositeDataSource, it is delegated to each of the (real)
|
CompositeDataSource, it is delegated to each of the (real)
|
||||||
DataSources that are attached to it.
|
DataSources that are attached to it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue