Skip to content

Commit 0bb5788

Browse files
committed
Fix doctest
1 parent e109880 commit 0bb5788

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pygmt/src/meca.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ def convention_name(code):
117117
Examples
118118
--------
119119
>>> convention_name("a")
120-
"aki"
120+
'aki'
121121
>>> convention_name("aki")
122-
"aki"
122+
'aki'
123123
"""
124124
name = {
125125
"a": "aki",

0 commit comments

Comments
 (0)