Fix overriden typo (#11227)

This commit is contained in:
Sumanth Ratna
2020-10-07 19:11:07 -07:00
committed by GitHub
parent ff3e411ea2
commit 14d8826e43
12 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ Extending ``CLIReporter`` lets you control reporting frequency. For example:
tune.run(my_trainable, progress_reporter=TrialTerminationReporter())
The default reporting style can also be overriden more broadly by extending the ``ProgressReporter`` interface directly. Note that you can print to any output stream, file etc.
The default reporting style can also be overridden more broadly by extending the ``ProgressReporter`` interface directly. Note that you can print to any output stream, file etc.
.. code-block:: python