From 6d13bb359059faa2686e59d484d408354be09d53 Mon Sep 17 00:00:00 2001 From: ZoeLeibowitz Date: Mon, 6 Nov 2023 10:09:01 +0000 Subject: [PATCH] misc: Docstring updates --- devito/types/grid.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/devito/types/grid.py b/devito/types/grid.py index 0fb24365189..c7e7097ed3c 100644 --- a/devito/types/grid.py +++ b/devito/types/grid.py @@ -68,12 +68,10 @@ class Grid(CartesianDiscretization, ArgProvider): ---------- shape : tuple of ints Shape of the computational domain in grid points. - extent : tuple of floats, optional - Physical extent of the domain in m; defaults to a unit box of extent 1m - in all dimensions. - origin : tuple of floats, optional - Physical coordinate of the origin of the domain; defaults to 0.0 in all - dimensions. + extent : tuple of floats, default=unit box of extent 1m in all dimensions + Physical extent of the domain in m. + origin : tuple of floats, default=0.0 in all dimensions + Physical coordinate of the origin of the domain. dimensions : tuple of SpaceDimension, optional The dimensions of the computational domain encapsulated by this Grid. time_dimension : TimeDimension, optional