Skip to content

Commit 38aeb67

Browse files
author
Mike Kistler
authored
Fix code example in README
1 parent e0b1079 commit 38aeb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ You supply either an IAM service **API key** or a **bearer token**:
170170
#### Supplying the API key
171171
```python
172172
from ibm_watson import DiscoveryV1
173-
import from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
173+
from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
174174

175175
# In the constructor, letting the SDK manage the token
176176
authenticator = IAMAuthenticator('apikey',

0 commit comments

Comments
 (0)