Skip to content

Commit 81fb312

Browse files
committed
Improve Fig.show() comment
1 parent 9b44165 commit 81fb312

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pygmt/figure.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ def show(self, dpi=300, width=500, method=None):
273273
This is useful when running unit tests and building the documentation
274274
in consoles without a Graphical User Interface.
275275
276-
Note that the external viewer does not block the current process,
277-
so this won't work if multiple figures are shown in one script.
276+
Note that the external viewer does not block the current process.
278277
279278
Parameters
280279
----------

0 commit comments

Comments
 (0)