From e5f88eda4c52b712ed17988515325b2f22bca403 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 10 Oct 2020 09:03:35 +0200 Subject: [PATCH] Fix typo --- boxes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 05f1abe..541136a 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -224,7 +224,7 @@ Values: * absolute * diameter : 5.0 : diameter of the holes * distance : 3.0 : distance between the holes - * style : "circles" : currently only supported style + * style : "circle" : currently only supported style """