Skip to content

Commit ba8773f

Browse files
committed
Rename GridReg to GridRegistration
1 parent 6b112bb commit ba8773f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pygmt/enums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class GridFormat(IntEnum):
3939
EF = 24 #: ESRI Arc/Info ASCII Grid Interchange format (ASCII float)
4040

4141

42-
class GridReg(IntEnum):
42+
class GridRegistration(IntEnum):
4343
"""
4444
Enum for the grid registration.
4545
"""

0 commit comments

Comments
 (0)