Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 24, 2022
1 parent 887d520 commit 8229d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_geometric/data/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ def _multi_get_tensor(
.. note::
The default implementation simply iterates over all calls to
:meth:`get_tensor`. Implementor classes that can provide
additional, more performant performant functionality are
recommended to override this method.
additional, more performant functionality are recommended to
to override this method.
"""
return [self._get_tensor(attr) for attr in attrs]

Expand Down

0 comments on commit 8229d77

Please sign in to comment.