diff --git a/examples/gallery/embellishments/inset.py b/examples/gallery/embellishments/inset.py index 8f549b00f49..a8c5490e8ff 100644 --- a/examples/gallery/embellishments/inset.py +++ b/examples/gallery/embellishments/inset.py @@ -4,8 +4,8 @@ The :meth:`pygmt.Figure.inset` method adds an inset figure inside a larger figure. The function is called using a ``with`` statement, and its position, -box, offset, and margin parameters are set. Within the ``with`` statement, -PyGMT plotting functions can be called that add to the inset figure. +box, offset, and margin parameters are set. Plotting methods called within the +``with`` statement are applied to the inset figure. """ import pygmt