Mercurial > public > sg101
changeset 396:63e4682d6482
Fixing grammar in a comment only.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 25 Mar 2011 00:39:17 +0000 |
parents | e10fa0d8e7ad |
children | accfc1fdb88d |
files | gpp/forums/feeds.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/forums/feeds.py Fri Mar 25 00:27:10 2011 +0000 +++ b/gpp/forums/feeds.py Fri Mar 25 00:39:17 2011 +0000 @@ -58,7 +58,7 @@ # This was tricky to do without suffering a large performance # impact. Because the number of forums is small, MySQL did not # try to use an index and ended up searching all the topics for - # candidate posts. We work around this first getting a small list + # candidate posts. We work around this by first getting a small list # of candidate topics, and then searching them. This is more # queries but a *lot* more time efficient.