Skip to content

Commit 22fb1e8

Browse files
committed
spelling: to
Signed-off-by: Josh Soref <[email protected]>
1 parent 5f8f69a commit 22fb1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valkey/ocsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _verify_response(issuer_cert, ocsp_response):
4747

4848

4949
def _check_certificate(issuer_cert, ocsp_bytes, validate=True):
50-
"""A wrapper the return the validity of a known ocsp certificate"""
50+
"""A wrapper to return the validity of a known ocsp certificate"""
5151

5252
ocsp_response = ocsp.load_der_ocsp_response(ocsp_bytes)
5353

0 commit comments

Comments
 (0)