Skip to content

Commit

Permalink
Fix typo in Dataset docstring (#9813)
Browse files Browse the repository at this point in the history
baching -> batching
  • Loading branch information
abertics authored Nov 28, 2024
1 parent 10047ba commit 4670584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def to_datapipe(self) -> Any:
r"""Converts the dataset into a :class:`torch.utils.data.DataPipe`.
The returned instance can then be used with :pyg:`PyG's` built-in
:class:`DataPipes` for baching graphs as follows:
:class:`DataPipes` for batching graphs as follows:
.. code-block:: python
Expand Down

0 comments on commit 4670584

Please sign in to comment.