Skip to content

Commit ddade3e

Browse files
committed
Lint with docformatter=1.7.2
Shorten some docstrings to remove whitespace.
1 parent 2cd277e commit ddade3e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pygmt/tests/test_plot3d.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ def fixture_region():
3333
@pytest.mark.mpl_image_compare
3434
def test_plot3d_red_circles_zscale(data, region):
3535
"""
36-
Plot the 3-D data in red circles passing in vectors and setting
37-
zscale = 5
36+
Plot the 3-D data in red circles passing in vectors and setting zscale=5.
3837
"""
3938
fig = Figure()
4039
fig.plot3d(
@@ -55,8 +54,7 @@ def test_plot3d_red_circles_zscale(data, region):
5554
@pytest.mark.mpl_image_compare
5655
def test_plot3d_red_circles_zsize(data, region):
5756
"""
58-
Plot the 3-D data in red circles passing in vectors and setting
59-
zsize = "6c"
57+
Plot the 3-D data in red circles passing in vectors and setting zsize="6c".
6058
"""
6159
fig = Figure()
6260
fig.plot3d(

0 commit comments

Comments
 (0)