Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sudarsan2k5 committed Feb 13, 2023
1 parent 8f36f39 commit 4c41bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aesara/scalar/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4460,7 +4460,7 @@ def handle_composite(node, mapping):
("Scalar", "`Scalar` is deprecated; use `ScalarType` instead.", ScalarType),
(
"true_div",
"`true_divi` is deprecated; use `true_divide` or `divide` instead.",
"`true_div` is deprecated; use `true_divide` or `divide` instead.",
true_divide,
),
]
Expand Down

0 comments on commit 4c41bb6

Please sign in to comment.