Skip to content

Commit

Permalink
refactor: renamed clean_and_fetch_binaries to cleanup_and_fetch binar…
Browse files Browse the repository at this point in the history
…ies in the check_for_binaries warning
  • Loading branch information
vedpatwardhan authored Sep 29, 2023
1 parent 1336e0e commit 5a984cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/utils/binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def check_for_binaries():
"\tSome binaries seem to be missing in your system. This could "
"be either because we don't have compatible binaries for your "
"system or that newer binaries were available. In the latter "
"case, calling ivy.utils.clean_and_fetch_binaries() should "
"case, calling ivy.utils.cleanup_and_fetch_binaries() should "
"fetch the binaries binaries. Feel free to create an issue on "
"https://github.com/unifyai/ivy.git in case of the former\n"
)
Expand Down

0 comments on commit 5a984cd

Please sign in to comment.