Skip to content

Commit

Permalink
Fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk authored Apr 12, 2023
1 parent 535566f commit 90c1a8e
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 @@ -64,7 +64,7 @@ builds upon this package to provide integrated signing and validation of the req
* body: Always ``None`` (the `requests-http-signature <https://github.com/pyauth/requests-http-signature>`_ package
implements returning the body upon successful digest validation).

Given an HTTP request can potentially have multiple signatures the ``verify()``method returns a list of ``VerifyResult`` s.
Given an HTTP request can potentially have multiple signatures the ``verify()`` method returns a list of ``VerifyResult`` s.
However, the implementation currently supports just one signature, so the returned list currently contains just one element.
If more signatures are found in the request then ``InvalidSignature`` is raised.

Expand Down

0 comments on commit 90c1a8e

Please sign in to comment.