Skip to content

Commit 3b6be24

Browse files
Correct DeepL email address
1 parent 770480f commit 3b6be24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .version import VERSION as __version__ # noqa
22

3-
__author__ = "DeepL GmbH <support@deepl.com>"
3+
__author__ = "DeepL GmbH <python-api@deepl.com>"
44

55
from .exceptions import ( # noqa
66
AuthorizationException,

0 commit comments

Comments
 (0)