Skip to content

Commit c3bb26e

Browse files
authored
Merge pull request #5 from rohanpm/doc-example-fixup
Fix a mistake in doc example
2 parents 1bf07f4 + acfb164 commit c3bb26e

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)