Skip to content

Commit b013f05

Browse files
Figure.inset: Improve formulation of comment in inline example (#2920)
1 parent 2fadc3a commit b013f05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygmt/src/inset.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ def inset(self, **kwargs):
128128
... dcw="MG+gred",
129129
... )
130130
...
131-
>>> # Map elements outside the "with" block are plotted in the main figure
131+
>>> # Map elements outside the "with" statement are plotted in the main
132+
>>> # figure
132133
>>> fig.logo(position="jBR+o0.2c+w3c")
133134
>>> fig.show()
134135
"""

0 commit comments

Comments
 (0)