Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bonassifabio committed Dec 3, 2024
1 parent 993678e commit a133dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ignite/engine/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class Events(EventEnum):
The table below illustrates which events are triggered when various termination methods are called.
.. list-table::
:widths: 38 33 28 20 20
:widths: 35 38 28 20 20
:header-rows: 1
* - Method
Expand All @@ -295,7 +295,7 @@ class Events(EventEnum):
- ✔
- ✔
- ✔
* - :meth:`~ignite.engine.engine.Engine.terminate(skip_completed=True)`
* - :meth:`~ignite.engine.engine.Engine.terminate()` with `skip_completed=True`
- ✗
- ✔
- ✔
Expand Down

0 comments on commit a133dfb

Please sign in to comment.