Skip to content

Commit 0550da4

Browse files
committed
correct typo
1 parent 5712bb8 commit 0550da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Example
6161
print(response) # Maybe not 403
6262
6363
# 2) Query string
64-
token = at.generateToken(acl="/akamai/authtoken")
64+
token = at.generateToken(url="/akamai/authtoken")
6565
url = "http://{0}{1}?{2}={3}".format(AT_HOSTNAME, "/akamai/authtoken", at.token_name, token)
6666
response = requests.get(url)
6767
print(response)
@@ -143,7 +143,7 @@ Usage
143143
+----------------+---------------------------------------------------------------------------------------------------------+
144144
| start_time | |
145145
+----------------+ +
146-
| end_time | Same as Authtoken's parameters, but they overrides Authtoken's. |
146+
| end_time | Same as Authtoken's parameters, but they overrides Authtoken's. |
147147
+----------------+ +
148148
| window_seconds | |
149149
+----------------+---------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)