From 5a984cd544609b72e63f3e9c4da8d18f0de934b7 Mon Sep 17 00:00:00 2001 From: Ved Patwardhan <54766411+vedpatwardhan@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:26:02 +0530 Subject: [PATCH] refactor: renamed clean_and_fetch_binaries to cleanup_and_fetch binaries in the check_for_binaries warning --- ivy/utils/binaries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy/utils/binaries.py b/ivy/utils/binaries.py index a127b1182680a..1a9f78b8f1d48 100644 --- a/ivy/utils/binaries.py +++ b/ivy/utils/binaries.py @@ -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" )