From 950c72898a6ae133628f82a953d4d75d36639d0a Mon Sep 17 00:00:00 2001 From: Justin Buchanan Date: Wed, 15 Nov 2023 17:47:42 -0800 Subject: [PATCH] typo --- src/cq_cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cq_cli/main.py b/src/cq_cli/main.py index 7fad4ac..475be33 100755 --- a/src/cq_cli/main.py +++ b/src/cq_cli/main.py @@ -185,7 +185,7 @@ def main(): ) parser.add_argument( "--entrypoint", - help="A snipped of python code to append to the input file before rendering. This allows rendering different models/parts from the same python file.", + help="A snippet of python code to append to the input file before rendering. This allows rendering different models/parts from the same python file.", ) args = parser.parse_args()