pull/3/head
Eugen Ciur 2020-08-24 09:26:09 +02:00
parent e19169b886
commit 38d3efad11
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ def get_pagecount(filepath):
if ext and ext.lower() not in ('.pdf', '.tiff'):
raise FileTypeNotSupported(
"Only jpeg, png, pdf and tiff are handlerd by this"
"Only jpeg, png, pdf and tiff are handled by this"
" method"
)
# pdfinfo "${PDFFILE}" | grep Pages