From 9a6fc58949f8383d50378a87733ad78357373b7c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 9 Sep 2024 18:32:33 +0500 Subject: [PATCH] Fix typo --- src/bonsai/bonsai/core/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/core/profile.py b/src/bonsai/bonsai/core/profile.py index d8cf537345..a0ee00b6de 100644 --- a/src/bonsai/bonsai/core/profile.py +++ b/src/bonsai/bonsai/core/profile.py @@ -26,7 +26,7 @@ if TYPE_CHECKING: def purge_unused_profiles(ifc: tool.Ifc, profile: tool.Profile) -> int: - """Purge profiles that have no invserses. + """Purge profiles that have no inverses. :return: Number of removed profiles. """