Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed May 17, 2023
1 parent 517e93c commit e93ec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/loader/prefetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PrefetchLoader:
:class:`torch.utils.data.DataLoader` from host memory to device memory.
Args:
loader (torch.utils.DataLoader): A data loader object.
loader (torch.utils.data.DataLoader): The data loader.
device (torch.device, optional): The device to load the data to.
(default: :obj:`None`)
"""
Expand Down

0 comments on commit e93ec00

Please sign in to comment.