aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--paper2remarkable/crop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paper2remarkable/crop.py b/paper2remarkable/crop.py
index 573225b..623d29f 100644
--- a/paper2remarkable/crop.py
+++ b/paper2remarkable/crop.py
@@ -28,7 +28,7 @@ def find_offset_byte_line(line):
"""Find index of first nonzero bit in a line of bytes
The given line is a string of bytes, each representing 8 pixels. This code
- finds the index of the first bit that is not zero. Used when find the
+ finds the index of the first bit that is not zero. Used when finding the
cropbox with pdftoppm.
"""
off = 0