From aec73208c59950633540c8bb16f6348e3aebbdfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Tue, 22 Oct 2024 17:06:36 +0200 Subject: [PATCH] fix(docs): typos --- differt/src/differt/geometry/triangle_mesh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/differt/src/differt/geometry/triangle_mesh.py b/differt/src/differt/geometry/triangle_mesh.py index e47fc5ba..508f49e1 100644 --- a/differt/src/differt/geometry/triangle_mesh.py +++ b/differt/src/differt/geometry/triangle_mesh.py @@ -416,7 +416,7 @@ def plane( Create a plane mesh, made of two triangles. Note: - The mesh statisfies the guarantees + The mesh satisfies the guarantees expected when setting :attr:`assume_quads` to :data:`True`. @@ -491,7 +491,7 @@ def box( Create a box mesh, with an optional opening on the top. Note: - The mesh statisfies the guarantees + The mesh satisfies the guarantees expected when setting :attr:`assume_quads` to :data:`True`.