Skip to content

Commit f6f9867

Browse files
committed
Docstring Update
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 5f1f57c commit f6f9867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monai/data/dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)