Skip to content

Commit daf30e2

Browse files
Merge pull request cedadev#23 from felixonmars/patch-1
Correct a typo in subj_alt_name.py
2 parents 370c1ec + 7992fc1 commit daf30e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ndg/httpsclient/subj_alt_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class AttributeTypeAndValue(univ.Sequence):
6969

7070

7171
class RelativeDistinguishedName(univ.SetOf):
72-
'''ASN.1 Realtive distinguished name'''
72+
'''ASN.1 Relative distinguished name'''
7373
componentType = AttributeTypeAndValue()
7474

7575
class RDNSequence(univ.SequenceOf):

0 commit comments

Comments
 (0)