Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a7a833

Browse files
committed
Fix authentication-string in documentation repo.
1 parent 96a0639 commit 1a7a833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188
# authentication
189189
authentication = (
190190
"{comment} Learn about API authentication here: "
191-
"{{BASE_URL}}/{api_path}/getting-started\n"
192-
"{comment} Find your api_key here: {{BASE_URL}}/settings/api\n"
191+
"{{{{BASE_URL}}}}/{api_path}/getting-started\n"
192+
"{comment} Find your api_key here: {{{{BASE_URL}}}}/settings/api\n"
193193
)
194194

195195
# define comment strings for each language

0 commit comments

Comments
 (0)