From cb8ccb86e41c204b4efd1815a0ba46de6d75f847 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 24 Oct 2022 13:56:03 +0100 Subject: [PATCH] Fix-minor-typo-in-docstring --- skops/io/_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skops/io/_utils.py b/skops/io/_utils.py index 7396f683..d9f425c2 100644 --- a/skops/io/_utils.py +++ b/skops/io/_utils.py @@ -244,7 +244,7 @@ class SaveState: memo: dict[int, Any] = field(default_factory=dict) def memoize(self, obj: Any) -> int: - # Currenlty, the only purpose for saving the object id is to make sure + # Currently, the only purpose for saving the object id is to make sure # that for the length of the context that the main object is being # saved, all attributes persist, so that the same id cannot be re-used # for different objects.