Skip to content

Commit

Permalink
Sine docstring (#19295)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasskin authored Mar 12, 2024
1 parent 87b5c88 commit df705d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/ops/numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4610,7 +4610,7 @@ def compute_output_spec(self, x):

@keras_export(["keras.ops.sin", "keras.ops.numpy.sin"])
def sin(x):
"""Trigonomeric sine, element-wise.
"""Trigonometric sine, element-wise.
Arguments:
x: Input tensor.
Expand Down

0 comments on commit df705d4

Please sign in to comment.