From 63ef2b145c5ad9df5b1ddc4a20cb31badb60657a Mon Sep 17 00:00:00 2001 From: ZoeRichter Date: Wed, 21 Jan 2026 17:09:43 -0600 Subject: [PATCH] revert accidentally added punctuation mark in unrelated section --- docs/source/methods/geometry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/methods/geometry.rst b/docs/source/methods/geometry.rst index 466cdb458f..a03dda50ba 100644 --- a/docs/source/methods/geometry.rst +++ b/docs/source/methods/geometry.rst @@ -379,7 +379,7 @@ use the minimum function because some of the calculated distances, which should be the same in theory (e.g. coincident surfaces), may be slightly different due to the use of floating-point arithmetic. Consequently, we should first check for floating-point equality of the current distance calculated and the minimum found -thus far. This is done by checking if: +thus far. This is done by checking if .. math:: :label: fp-distance