Skip to content

Commit

Permalink
fixing spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesla committed Apr 25, 2024
1 parent 1801ada commit 244d7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunpy/map/mixins/mapdeprecate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MapDeprecateMixin:
# Some numpy extraction

@property
@deprecated(since="6.1", message=".dimension will be removed in 6.1. Use sunpy.map.GenericMap.shape instead")
@deprecated(since="6.1", message=".dimensions will be removed in 6.1. Use sunpy.map.GenericMap.shape instead")
def dimensions(self):
"""
The dimensions of the array (x axis first, y axis second).
Expand Down

0 comments on commit 244d7be

Please sign in to comment.