Skip to content

Commit 3c886cd

Browse files
committed
Fixing reference to api key.
1 parent 2c1ea37 commit 3c886cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Intercom documentation: `Authentication <http://api.intercom.io/docs#authenticat
3434

3535
from intercom import Intercom
3636
Intercom.app_id = 'dummy-app-id'
37-
Intercom.api_key = 'dummy-api-key'
37+
Intercom.app_api_key = 'dummy-api-key'
3838

3939
Users
4040
-----

0 commit comments

Comments
 (0)