Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Apr 25, 2023
1 parent 12da8a2 commit a2c01a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datamodules/geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def prepare_data(self) -> None:
During distributed training, this method is called only within a single process
to avoid corrupted data. This method should not set state since it is not called
on every device, use :meth:`setup` instead.
on every device, use ``setup`` instead.
"""
if self.kwargs.get("download", False):
self.dataset_class(**self.kwargs)
Expand Down

0 comments on commit a2c01a4

Please sign in to comment.