Skip to content

Commit 5613030

Browse files
committed
Fix styling
1 parent d853ae4 commit 5613030

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pygmt/src/grdproject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def grdproject( # noqa: PLR0913
4747
``interpolation`` parameter. The new node spacing may be determined in one of
4848
several ways by specifying the grid spacing, number of nodes, or resolution. Nodes
4949
not constrained by input data are set to NaN. The ``region`` parameter can be used
50-
to select a plot region larger or smaller than that implied by the extent of the grid
51-
file.
50+
to select a plot region larger or smaller than that implied by the extent of the
51+
grid file.
5252
5353
Full GMT docs at :gmt-docs:`grdproject.html`.
5454

pygmt/tests/test_subplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
@pytest.mark.mpl_image_compare
1313
def test_subplot_basic_frame():
1414
"""
15-
Create a subplot figure with 1 vertical row and 2 horizontal columns, and ensure plot
16-
frame setting is applied to all subplot panels.
15+
Create a subplot figure with 1 vertical row and 2 horizontal columns, and ensure
16+
plot frame setting is applied to all subplot panels.
1717
"""
1818
fig = Figure()
1919

0 commit comments

Comments
 (0)