From 18e1c0bb98cc66077f0ab04d93dd8b5b6859c88d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Nov 2017 23:35:02 +0000 Subject: [PATCH] doc comment Signed-off-by: Ian Jackson --- moebius.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moebius.py b/moebius.py index de56980..9dca951 100644 --- a/moebius.py +++ b/moebius.py @@ -73,7 +73,7 @@ class MoebiusHalf: def point(m, iu, t): ''' 0 <= iu <= nu meaning 0 <= u <= 1 - along the extent + along the extent (well, along the edge) 0 and 1 are both the top half of the flat traverse 0.5 is the bottom half of the flat traverse 0 <= t <= 1 across the half-traverse -- 2.30.2