We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 370c1ec + 4005b64 commit 8d1a446Copy full SHA for 8d1a446
.travis.yml
@@ -1,12 +1,13 @@
1
language: python
2
python:
3
- 2.7
4
- - 3.4
5
- - 3.5
6
- 3.6
+ - 3.7
+ - 3.8
7
+ - 3.9
8
- nightly
9
script:
10
- python setup.py install
-matrix:
11
+jobs:
12
allow_failures:
13
- python: nightly
ndg/httpsclient/subj_alt_name.py
@@ -69,7 +69,7 @@ class AttributeTypeAndValue(univ.Sequence):
69
70
71
class RelativeDistinguishedName(univ.SetOf):
72
- '''ASN.1 Realtive distinguished name'''
+ '''ASN.1 Relative distinguished name'''
73
componentType = AttributeTypeAndValue()
74
75
class RDNSequence(univ.SequenceOf):
0 commit comments