Skip to content

Commit

Permalink
Fix typo in WhileLoop docstring (keras-team#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faisal-Alsrheed committed Aug 12, 2023
1 parent 1b9220a commit d1b101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_core/ops/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def while_loop(
loop_vars,
maximum_iterations=None,
):
"""While loop implemetation.
"""While loop implementation.
Args:
cond: A callable that represents the termination condition of the loop.
Expand Down

0 comments on commit d1b101b

Please sign in to comment.