Skip to content

Commit ca023f6

Browse files
fix(clients): consistent naming in transformation region helper (generated)
algolia/api-clients-automation#4937 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent ba75eba commit ca023f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/search/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ def __init__(self, app_id: Optional[str], api_key: Optional[str]) -> None:
6363

6464
self.region = None
6565

66-
def with_transformation(self, region: str = ""):
66+
def set_transformation_region(self, region: str = ""):
6767
"This method is required to be called with the appropriate region of your Algolia application if you wish to leverage the *_with_transformation methods."
6868
self.region = region

0 commit comments

Comments
 (0)