Skip to content

Commit

Permalink
DOC Fix-minor-typo-in-docstring (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
E-Aho authored Oct 24, 2022
1 parent cdf5d57 commit c11c904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skops/io/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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.
Expand Down

0 comments on commit c11c904

Please sign in to comment.