Skip to content

Commit ed7ef88

Browse files
Apply suggestions from code review
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent e1fc158 commit ed7ef88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygmt/src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
from pygmt.src.plot import plot
2424
from pygmt.src.plot3d import plot3d
2525
from pygmt.src.surface import surface
26-
from pygmt.src.text import text
26+
from pygmt.src.text import text_ as text
2727
from pygmt.src.which import which

pygmt/src/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
justify="sequence_comma",
4040
p="sequence",
4141
)
42-
def text(
42+
def text_(
4343
self,
4444
textfiles=None,
4545
x=None,

0 commit comments

Comments
 (0)