Skip to content

Commit c0fd6f8

Browse files
committed
Fix spelling
1 parent 4631bff commit c0fd6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releasenotes/notes/serializable-model-update-io-b708094e41edeb35.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
upgrade:
33
- |
44
Added new methods :meth:`to_dill` and :meth:`from_dill`, with improved docstrings and examples.
5-
Deprecated :meth:`save` and :meth:`load` in favor of the `{to/from}_dill` methods.
5+
Deprecated :meth:`save` and :meth:`load` in favor of :meth:`to_dill` and :meth:`from_dill`.
66
deprecations:
77
- |
88
The methods :meth:`SerializableModelMixin.save` and :meth:`SerializableModelMixin.load` have

0 commit comments

Comments
 (0)