Skip to content

Commit 64d1c06

Browse files
authored
Update __init__.py
1 parent a26f3f0 commit 64d1c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/py_vapid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, private_key=None):
4141
"""Initialize VAPID with an optional private key.
4242
4343
:param private_key: A private key object
44-
:type private_key: ecdsa.SigningKey
44+
:type private_key: ec.EllipticCurvePrivateKey
4545
4646
"""
4747
self.private_key = private_key

0 commit comments

Comments
 (0)