Skip to content

Commit acfb164

Browse files
committed
Fix a mistake in doc example
'auth' must be provided as a keyword argument.
1 parent 2374701 commit acfb164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ explicitly, as in example:
5757
.. code-block:: python
5858
5959
from fastpurge import FastPurgeClient
60-
client = FastPurgeClient({
60+
client = FastPurgeClient(auth={
6161
# The entries from ~/.edgerc can be supplied directly here
6262
"host": "akaa-xxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx.luna.akamaiapis.net",
6363
"client_token": "akab-xxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx",

0 commit comments

Comments
 (0)