aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-10-24 00:38:38 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-10-24 00:38:38 +0200
commitee2e846372e950bfce554d86648abfb9ac42d189 (patch)
tree41bcb168716b4db7954ac567d591a22a07bd23dd
parentMerge branch 'feature/pre-commit' (diff)
downloadpaper2remarkable-ee2e846372e950bfce554d86648abfb9ac42d189.tar.gz
paper2remarkable-ee2e846372e950bfce554d86648abfb9ac42d189.zip
fix comment
-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