Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/spatialdata/_core/spatialdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def from_elements_dict(
"""
warnings.warn(
'This method is deprecated and will be removed in a future release. Use "SpatialData.init_from_elements('
')" instead. For the momment, such methods will be automatically called.',
')" instead. For the moment, such methods will be automatically called.',
DeprecationWarning,
stacklevel=2,
)
Expand Down
Loading