Skip to content

Commit f25a89c

Browse files
committed
corrected typo
1 parent 975b305 commit f25a89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/hlines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@kwargs_to_strings(R="sequence", p="sequence")
3535
def hlines(self, y=None, xmin=None, xmax=None, **kwargs):
3636
"""
37-
" Plot one or a collection of horizontal lines.
37+
Plot one or a collection of horizontal lines.
3838
3939
Takes a single y value or a list of individual y values and optionally
4040
lower and upper x value limits as input.

0 commit comments

Comments
 (0)