We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23a20d commit 5b4a3acCopy full SHA for 5b4a3ac
1 file changed
README.rst
@@ -73,7 +73,7 @@ For SparkPost EU and Enterprise accounts, pass in a second parameter to set the
73
.. code-block:: python
74
75
from sparkpost import SparkPost
76
- sp = SparkPost('YOUR API KEY', 'https://api.eu.sparkpost.com/api')
+ sp = SparkPost('YOUR API KEY', 'https://api.eu.sparkpost.com')
77
78
.. _API & SMTP: https://app.sparkpost.com/#/configuration/credentials
79
0 commit comments