Skip to content

Commit ca5b319

Browse files
DOC: Fix typo in params/frame.py (#4449)
Fix typo
1 parent be3c2e5 commit ca5b319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygmt/params/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class Frame(BaseParam):
134134
"""
135135

136136
#: Controls which axes are drawn and whether they are annotated, using a combination
137-
#: of the codes below. Axis ommitted from the set will not be drawn.
137+
#: of the codes below. Axis omitted from the set will not be drawn.
138138
#:
139139
#: For a 2-D plot, there are four axes: west, east, south, and north (or left,
140140
#: right, bottom, top if you prefer); For a 3-D plot, there is an extra Z-axis.

0 commit comments

Comments
 (0)