Skip to content

Commit e0715d6

Browse files
committed
docs: unindent docstring
1 parent 3ca5cca commit e0715d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/invert4geom/inversion.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def grav_column_der(
3434
prism_density: NDArray,
3535
) -> NDArray:
3636
"""
37-
Function to calculate the vertical derivate of the gravitational acceleration at
38-
an observation point caused by a right, rectangular prism. Approximated with
39-
Hammer's annulus approximation :footcite:p:`mccubbineairborne2016`.
37+
Function to calculate the vertical derivate of the gravitational acceleration at
38+
an observation point caused by a right, rectangular prism. Approximated with
39+
Hammer's annulus approximation :footcite:p:`mccubbineairborne2016`.
4040
4141
Parameters
4242
----------

0 commit comments

Comments
 (0)