Skip to content

Commit

Permalink
Fix typo in tune-output.rst (ray-project#37506)
Browse files Browse the repository at this point in the history
Signed-off-by: David Yoonsik Yoo <yu.david880@gmail.com>
Signed-off-by: NripeshN <nn2012@hw.ac.uk>
  • Loading branch information
DavidYoonsik authored and NripeshN committed Aug 15, 2023
1 parent a643466 commit 967d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/tune/tutorials/tune-output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ You can create a custom logger by inheriting the LoggerCallback interface (:ref:
class CustomLoggerCallback(LoggerCallback):
"""Custom logger interface"""
def __init__(self, filename: str = "log.txt):
def __init__(self, filename: str = "log.txt"):
self._trial_files = {}
self._filename = filename
Expand Down

0 comments on commit 967d87a

Please sign in to comment.