Skip to content

Commit 58b0e6d

Browse files
committed
fix rst formatting
1 parent 592f70b commit 58b0e6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ When verifying x.509 certificates, the default verification policy provided by C
123123
a custom policy to require the digital signature key extension to be set in the certificate, use:
124124

125125
.. code-block:: python
126+
126127
def require_digital_signature_key_usage(_, _, key_usage):
127128
assert key_usage.digital_signature
128129

0 commit comments

Comments
 (0)