Skip to content

Commit

Permalink
Correct API documentation changes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rbares committed Oct 28, 2018
1 parent 80b3d99 commit f5ff086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion camelot/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PDFHandler(object):
Comma-separated page numbers.
Example: 1,3,4 or 1,4-end.
password : str, optional (default: None)
Owner or User password required for decryption.
Password for decryption.
"""
def __init__(self, filename, pages='1', password=None):
Expand Down
2 changes: 1 addition & 1 deletion camelot/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def read_pdf(filepath, pages='1', flavor='lattice', suppress_warnings=False,
For more information, refer `PDFMiner docs <https://euske.github.io/pdfminer/>`_.
password : str, optional (default: None)
Owner or User password required for file decryption.
Password for decryption.
Returns
-------
Expand Down

0 comments on commit f5ff086

Please sign in to comment.