We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8537453 commit 09026b5Copy full SHA for 09026b5
1 file changed
docs/getting-started/authentication.md
@@ -42,7 +42,7 @@ from pinecone import Pinecone, PineconeConfigurationError
42
try:
43
pc = Pinecone()
44
except PineconeConfigurationError as e:
45
- print(e) # "No API key provided. Pass api_key='...' or set the PINECONE_API_KEY env var."
+ print(e) # "No API key provided. Pass api_key='...' or set the PINECONE_API_KEY environment variable."
46
```
47
48
## Security best practices
0 commit comments