Skip to content

Commit fb2767e

Browse files
Update callbacks.py
Added 4 chars indent in the same line.
1 parent c94ebdc commit fb2767e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf_keras/callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3164,7 +3164,7 @@ class CSVLogger(Callback):
31643164
Args:
31653165
filename: Filename of the CSV file, e.g. `'run/log.csv'`.
31663166
separator: String used to separate elements in the CSV file.
3167-
Separator string ("delimiter") must be a 1-character string.
3167+
Separator string ("delimiter") must be a 1-character string.
31683168
append: Boolean. True: append if file exists (useful for continuing
31693169
training). False: overwrite existing file.
31703170
"""

0 commit comments

Comments
 (0)