Skip to content

Commit 7c0f000

Browse files
committed
fix docstring typo
1 parent 925ad5b commit 7c0f000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gempy/core/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def create_centered_grid(self, centers, radio, resolution=None):
201201

202202
def deactivate_all_grids(self):
203203
"""
204-
Deactivates
205-
:return: the active grids array
204+
Deactivates the active grids array
205+
:return:
206206
"""
207207
self.active_grids = np.zeros(5, dtype=bool)
208208
self.update_grid_values()

0 commit comments

Comments
 (0)