Skip to content

Commit 30dab08

Browse files
committed
chore: comment on newline
1 parent 5a8c7cf commit 30dab08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/python/snippets/method.mustache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ def snippet_for_{{#lambda.snakecase}}{{method}}{{/lambda.snakecase}}{{testIndex}
1313
{{{description}}}
1414
"""
1515
# >SEPARATOR {{method}} {{testName}}
16-
# Initialize the client, in an asynchronous context, you can use {{#lambda.pascalcase}}{{{client}}}{{/lambda.pascalcase}} instead, which exposes the exact same methods.
16+
# Initialize the client
17+
# In an asynchronous context, you can use {{#lambda.pascalcase}}{{{client}}}{{/lambda.pascalcase}} instead, which exposes the exact same methods.
1718
client = {{#lambda.pascalcase}}{{{client}}}Sync{{/lambda.pascalcase}}("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"{{#hasRegionalHost}}, "ALGOLIA_APPLICATION_REGION"{{/hasRegionalHost}})
1819

1920
# Call the API

0 commit comments

Comments
 (0)