Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubadapter.py
diff options
context:
space:
mode:
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: