Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b4stien committed Dec 13, 2015
1 parent 4c6fcd8 commit c8ec1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfrw/pdfreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def __init__(self, fname=None, fdata=None, decompress=False,
fname)

assert fdata is not None
convert_load(fdata)
fdata = convert_load(fdata)

if not fdata.startswith('%PDF-'):
startloc = fdata.find('%PDF-')
Expand Down

0 comments on commit c8ec1ba

Please sign in to comment.