From caaf774b5ea103163a114537f89223c35c42f16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heissler?= Date: Thu, 13 Aug 2020 17:03:51 +0200 Subject: [PATCH] Fix typo --- asn1crypto/csr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asn1crypto/csr.py b/asn1crypto/csr.py index 7ea2848..0b1857c 100644 --- a/asn1crypto/csr.py +++ b/asn1crypto/csr.py @@ -4,7 +4,7 @@ ASN.1 type classes for certificate signing requests (CSR). Exports the following items: - - CertificatationRequest() + - CertificationRequest() Other type classes are defined that help compose the types listed above. """ -- 2.27.0