We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b1079 commit 38aeb67Copy full SHA for 38aeb67
README.md
@@ -170,7 +170,7 @@ You supply either an IAM service **API key** or a **bearer token**:
170
#### Supplying the API key
171
```python
172
from ibm_watson import DiscoveryV1
173
-import from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
+from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
174
175
# In the constructor, letting the SDK manage the token
176
authenticator = IAMAuthenticator('apikey',
0 commit comments