Skip to content

Commit

Permalink
Merge pull request keras-team#18314 from ganeshiva:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553219889
  • Loading branch information
tensorflower-gardener committed Aug 2, 2023
2 parents efbe517 + 87bc7d5 commit 2b5f28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/utils/io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def is_interactive_logging_enabled():
To switch between writing logs to stdout and `absl.logging`, you may use
`keras.utils.enable_interactive_logging()` and
`keras.utils.disable_interactie_logging()`.
`keras.utils.disable_interactive_logging()`.
Returns:
Boolean (True if interactive logging is enabled and False otherwise).
Expand Down

0 comments on commit 2b5f28f

Please sign in to comment.