Skip to content

Commit d5eb02c

Browse files
committed
docs: pyvista complaining extra space
1 parent 5ba703a commit d5eb02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/what_is_a_geological_model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ If we were to change the length of the vector we would change the distance betwe
108108
.. pyvista-plot::
109109
:context:
110110

111-
vector[["nx", "ny", "nz"]] = vector[["nx", "ny", "nz"]]*2
111+
vector[["nx", "ny", "nz"]] = vector[["nx", "ny", "nz"]]*2
112112
bounding_box = BoundingBox(np.array([-2, -2, -2]), np.array([2, 2, 2]))
113113

114114
interpolator = (

0 commit comments

Comments
 (0)