File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ class PersistentDataset(Dataset):
208208 errors. If in doubt, it is advisable to clear the cache directory.
209209
210210 Loading is done using `torch.load` with `weights_only=False`, thus the user must ensure the data
211- being loaded is safe. Typically this will be cached data the user has created themselves but if
212- data from external sources is used this should be validated for safetly independently.
211+ being loaded is safe. Typically this will be cached data the user created themselves, if data
212+ from external sources is used this should be validated for safely independently.
213213
214214 Lazy Resampling:
215215 If you make use of the lazy resampling feature of `monai.transforms.Compose`, please refer to
You can’t perform that action at this time.
0 commit comments