Skip to content

Commit 83370b7

Browse files
authored
Merge pull request #751 from watson-developer-cloud/mkistler-patch-1
Fix code example in README
2 parents e0b1079 + 38aeb67 commit 83370b7

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)