Skip to content

Commit 8255a0f

Browse files
authored
fix a typo (#3332)
1 parent 9b8fd2b commit 8255a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/contrib/engines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ignite.contrib.engines.common
1919
:nosignatures:
2020
:autolist:
2121

22-
Truncated Backpropagation Throught Time
22+
Truncated Backpropagation Through Time
2323
---------------------------------------
2424

2525
.. automodule:: ignite.contrib.engines.tbptt

ignite/contrib/engines/tbptt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class Tbptt_Events(EventEnum):
1414
"""Aditional tbptt events.
1515
16-
Additional events for truncated backpropagation throught time dedicated
16+
Additional events for truncated backpropagation through time dedicated
1717
trainer.
1818
"""
1919

0 commit comments

Comments
 (0)