Skip to content

Commit 7604a3d

Browse files
authored
Fix typo (#945)
1 parent 872f8c2 commit 7604a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatialdata/_core/spatialdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def from_elements_dict(
255255
"""
256256
warnings.warn(
257257
'This method is deprecated and will be removed in a future release. Use "SpatialData.init_from_elements('
258-
')" instead. For the momment, such methods will be automatically called.',
258+
')" instead. For the moment, such methods will be automatically called.',
259259
DeprecationWarning,
260260
stacklevel=2,
261261
)

0 commit comments

Comments
 (0)