Skip to content

Commit ace7381

Browse files
authored
change reader to backend in docs reference to MosaicTiler (#1086)
resolves #1085
1 parent c7c5426 commit ace7381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/code/mosaic_from_urls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def DatasetPathParams(url: str = Query(..., description="Dataset URL")) -> List[
136136
return url.split(",")
137137

138138

139-
mosaic = MosaicTiler(reader=MultiFilesBackend, path_dependency=DatasetPathParams)
139+
mosaic = MosaicTiler(backend=MultiFilesBackend, path_dependency=DatasetPathParams)
140140

141141
```
142142

0 commit comments

Comments
 (0)