Skip to content

Commit

Permalink
fix a typo (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscanvic authored Feb 20, 2025
1 parent 9b8fd2b commit 8255a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/contrib/engines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ignite.contrib.engines.common
:nosignatures:
:autolist:

Truncated Backpropagation Throught Time
Truncated Backpropagation Through Time
---------------------------------------

.. automodule:: ignite.contrib.engines.tbptt
Expand Down
2 changes: 1 addition & 1 deletion ignite/contrib/engines/tbptt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class Tbptt_Events(EventEnum):
"""Aditional tbptt events.
Additional events for truncated backpropagation throught time dedicated
Additional events for truncated backpropagation through time dedicated
trainer.
"""

Expand Down

0 comments on commit 8255a0f

Please sign in to comment.