From 0628ade3713cfb8842c870e7c7e2bb832685cbb5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 18 Jul 2016 14:38:33 -0700 Subject: [PATCH] typos --- wx/lib/analogclock/analogclock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wx/lib/analogclock/analogclock.py b/wx/lib/analogclock/analogclock.py index ccc19231..65a8816a 100644 --- a/wx/lib/analogclock/analogclock.py +++ b/wx/lib/analogclock/analogclock.py @@ -65,8 +65,8 @@ class AnalogClock(wx.Window): # HandSet is the set of hands; there's always one HandSet defined # regardless whether hands are being shown or not. # - # A 'lenfac = 0.95', e.g., means that the lenght of that hand will - # be 95% of the maximum allowed hand lenght ('nice' maximum lenght). + # A 'lenfac = 0.95', e.g., means that the length of that hand will + # be 95% of the maximum allowed hand length ('nice' maximum length). handH = Hand(size=7, lenfac=0.7) handM = Hand(size=5, lenfac=0.95) handS = Hand(size=1, lenfac=0.95)