From fd1cae0dccae172d8780a4a2c86645918ca02012 Mon Sep 17 00:00:00 2001 From: Basheer Subei Date: Mon, 5 Jan 2015 00:09:00 +0300 Subject: [PATCH] typo fix in instructions of fitline.py sample --- samples/python2/fitline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python2/fitline.py b/samples/python2/fitline.py index 82b45b0..08b94d7 100755 --- a/samples/python2/fitline.py +++ b/samples/python2/fitline.py @@ -17,7 +17,7 @@ in case of ~50% of outliers. Keys ---- -SPACE - generaty random points +SPACE - generate random points f - change distance function ESC - exit ''' -- 2.7.4