Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubadapter.py
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-12-05 17:00:21 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-01-20 16:48:25 (GMT)
commit563347fd1ae1352a1c518d4ae12c5accf0a534bc (patch)
treeac0a996f3647648708bde10b6589f2f4c4255590 /epubadapter.py
parent91eab1caa3bcf96e0027674e112018f689233c5e (diff)
fix EOL spaces
Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
Diffstat (limited to 'epubadapter.py')
-rw-r--r--epubadapter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epubadapter.py b/epubadapter.py
index a3cf280..c740451 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -24,7 +24,7 @@ class View(epubview.EpubView):
def set_current_page(self, n):
# When the book is being loaded, calling this does not help
- # In such a situation, we go into a loop and try to load the
+ # In such a situation, we go into a loop and try to load the
# supplied page when the book has loaded completely
n += 1
if self._ready: