From 43663134844767416464dacf217393991ee1473b Mon Sep 17 00:00:00 2001 From: gison93 <43569657+gison93@users.noreply.github.com> Date: Sun, 28 Oct 2018 10:11:04 +0100 Subject: [PATCH] Clarify example for argument pages in read_pdf (#177) --- camelot/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camelot/io.py b/camelot/io.py index 06a31a9..643a2b1 100644 --- a/camelot/io.py +++ b/camelot/io.py @@ -18,7 +18,7 @@ def read_pdf(filepath, pages='1', flavor='lattice', suppress_warnings=False, Path to PDF file. pages : str, optional (default: '1') Comma-separated page numbers. - Example: 1,3,4 or 1,4-end. + Example: '1,3,4' or '1,4-end'. flavor : str (default: 'lattice') The parsing method to use ('lattice' or 'stream'). Lattice is used by default.