Skip to content

Commit

Permalink
Added Docstring to sort and removed space.
Browse files Browse the repository at this point in the history
  • Loading branch information
anudeeps0306 committed Sep 14, 2023
1 parent 2ebbb79 commit eb85b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/functional/backends/jax/sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def searchsorted(
# msort
@with_unsupported_dtypes({"0.4.14 and below": ("complex",)}, backend_version)
def msort(
a: Union[JaxArray, list, tuple],
a: Union[JaxArray, list, tuple],
/,
*,
out: Optional[JaxArray] = None,
Expand Down

0 comments on commit eb85b1e

Please sign in to comment.