Skip to content

Commit

Permalink
spelling mistake on float
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJay07 committed Mar 13, 2024
1 parent cb09746 commit 9d1d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/functional/frontends/paddle/creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def tril_indices(row, col, offset=0, dtype="int64"):
{
"2.6.0 and below": (
"float64",
"floar32",
"float32",
"int32",
"int64",
"complex64",
Expand Down

0 comments on commit 9d1d08e

Please sign in to comment.