From 91d16c3bd36407f9156cc8d41f8c488e4ae6941e Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Wed, 2 Jun 2021 16:10:12 -0500 Subject: [PATCH] Fix param name in __getitem__ --- torchgeo/datasets/nwpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchgeo/datasets/nwpu.py b/torchgeo/datasets/nwpu.py index 93cc357fe..fdac6bfa2 100644 --- a/torchgeo/datasets/nwpu.py +++ b/torchgeo/datasets/nwpu.py @@ -118,7 +118,7 @@ class VHR10(VisionDataset): """Return an index within the dataset. Parameters: - idx: index to return + index: index to return Returns: data and label at that index