Fix typo in timescalevector.ipynb (#13239)

enviornment -> environment
pull/13296/head
Ikko Eltociear Ashimine 11 months ago committed by GitHub
parent cc55d2fcee
commit 700293cae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -180,7 +180,7 @@
"# Specify directly if testing\n",
"# SERVICE_URL = \"postgres://tsdbadmin:<password>@<id>.tsdb.cloud.timescale.com:<port>/tsdb?sslmode=require\"\n",
"\n",
"# # You can get also it from an enviornment variables. We suggest using a .env file.\n",
"# # You can get also it from an environment variables. We suggest using a .env file.\n",
"# import os\n",
"# SERVICE_URL = os.environ.get(\"TIMESCALE_SERVICE_URL\", \"\")"
]

Loading…
Cancel
Save