Skip to content

Commit af50945

Browse files
authored
Update credentials.ipynb
1 parent 78f0e62 commit af50945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/credentials.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"DEPLOYED_PLATFORM_HOST = os.getenv('DEPLOYED_PLATFORM_HOST')\n",
5454
"DEPLOYED_PLATFORM_USER_NAME = os.getenv('DEPLOYED_PLATFORM_USER_NAME')\n",
5555
"\n",
56-
"# **OR** you can hardcode them below - the above is considered to be the safer option - less risk of exposing credentials when sharing code\n",
56+
"# **OR** you can hardcode them below - above is considered to be safer option - less risk of exposing credentials when sharing code\n",
5757
"#APP_KEY = 'YOUR_APP_KEY'\n",
5858
"#RDP_LOGIN = 'YOUR_REFINITIV_DATA_PLATFORM_LOGIN'\n",
5959
"#RDP_PASSWORD = 'YOUR_REFINITIV_DATA_PLATFORM_PASSWORD'\n",

0 commit comments

Comments
 (0)