From 7310daf4435435e3e8edfd5f6398fa64729e5ef5 Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Thu, 11 Dec 2008 13:04:46 +0300 Subject: [PATCH] New idea --- TODO.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.txt b/TODO.txt index ecd9b78..eeb9b08 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,6 +1,10 @@ Now === +- When we check spelling we don't need to check the whole strings only the + content. For example we don't need to check 'u' for spelling in strings + like this: u"Some text"; + Later =====