From f2dd73480f5d4f37ae29bf0e714da171087da8c2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Nov 2017 21:30:13 +0000 Subject: [PATCH] bugfixes Signed-off-by: Ian Jackson --- moebius.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moebius.py b/moebius.py index c604124..2bb740c 100644 --- a/moebius.py +++ b/moebius.py @@ -36,7 +36,7 @@ class Twirler(ParametricCircle): the orientation circles round cycles times during the whole cycle begin_zeta is the angle from outwards at theta==0 - positive meaning in the direction of r0 x r1 + positive meaning in the direction of r0 x r1 (maybe) ''' ParametricCircle.__init__(tw, c, r0, r1) tw._cycles = cycles -- 2.30.2