From c4038696f1f3ed07416b23c03a62ba6944f63690 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Tue, 11 Jan 2022 09:09:32 +0100 Subject: [PATCH] BayonetBox: Minor punktuation fix --- boxes/generators/bayonetbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/generators/bayonetbox.py b/boxes/generators/bayonetbox.py index c14e214..5dc2874 100644 --- a/boxes/generators/bayonetbox.py +++ b/boxes/generators/bayonetbox.py @@ -19,7 +19,7 @@ from boxes import * class BayonetBox(Boxes): """Round box made from layers with twist on top""" - description = """Glue together. All outside rings to the bottom, all inside rings to the top.""" + description = """Glue together - all outside rings to the bottom, all inside rings to the top.""" ui_group = "Box" def __init__(self):