From ee2e846372e950bfce554d86648abfb9ac42d189 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sat, 24 Oct 2020 00:38:38 +0200 Subject: fix comment --- paper2remarkable/crop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3