Skip to content

Commit f86be0c

Browse files
authored
Minor doc style fix
1 parent ef15da8 commit f86be0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To make this example self-sufficient for test purposes:
7171
- Generate a test certificate and key using
7272
``openssl req -x509 -sha256 -nodes -subj "/CN=test" -days 1 -newkey rsa:2048 -keyout example.key -out example.pem``.
7373
- Pass the ``x509_cert=cert`` keyword argument to ``XMLVerifier.verify()``. (In production, ensure this is replaced with
74-
the correct configuration for the trusted CA or certificate - this determines which signatures your software trusts.)
74+
the correct configuration for the trusted CA or certificate - this determines which signatures your application trusts.)
7575

7676
.. _verifying-saml-assertions:
7777

0 commit comments

Comments
 (0)