Skip to content

Commit

Permalink
Fixes code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
treinhard authored Aug 23, 2024
1 parent 76b3e59 commit 8ab4bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AIS2.py works like this:
>>> from AIS import AIS, PDF
>>> client = AIS('alice', 'a_secret', 'a.crt', 'a.key')
>>> pdf = PDF('source.pdf')
>>> ais.sign_one_pdf(pdf)
>>> client.sign_one_pdf(pdf)
>>> with open('target.pdf', 'wb') as fp:
... fp.write(pdf.out_stream.getvalue())
...
Expand Down

0 comments on commit 8ab4bb9

Please sign in to comment.