minor grammar fix

master
John-Mark Gurney 2019-02-04 13:58:33 -08:00 committed by GitHub
parent 3912df2a36
commit 1c03b4a1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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