From 0e46a9c6a664fcfebdaeb950ad58f850ad065d5a Mon Sep 17 00:00:00 2001
From: Braden Smith <156462071+braden6521@users.noreply.github.com>
Date: Thu, 19 Dec 2024 12:21:56 -0700
Subject: [PATCH] Update opencsp/app/sofast/lib/ParamsOpticGeometry.py

Co-authored-by: Evan Harvey <57234914+e10harvey@users.noreply.github.com>
---
 opencsp/app/sofast/lib/ParamsOpticGeometry.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opencsp/app/sofast/lib/ParamsOpticGeometry.py b/opencsp/app/sofast/lib/ParamsOpticGeometry.py
index 50e6db6b..99c18efb 100644
--- a/opencsp/app/sofast/lib/ParamsOpticGeometry.py
+++ b/opencsp/app/sofast/lib/ParamsOpticGeometry.py
@@ -14,7 +14,7 @@ class ParamsOpticGeometry(hdf5_tools.HDF5_IO_Abstract):
     facet_corns_refine_step_length: float = 10.0
     """The length of the search box (along the search direction) to use when refining facet corner locations (when processing a facet ensemble). (Default 10.0)"""
     facet_corns_refine_perpendicular_search_dist: float = 10.0
-    """The half-width of the search box (perpendicular to the search direction) to use when refining facet corner locations (when processing a facet ensemble). Default 10.0"""
+    """The half-width of the search box (perpendicular to the search direction) to use when refining facet corner locations (when processing a facet ensemble). (Default 10.0)"""
     facet_corns_refine_frac_keep: float = 0.5
     """The fraction of pixels to consider within search box when finding optic edges. Default 0.5"""