diff --git a/.gitignore b/.gitignore index 51eeed7..8a48689 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ __pycache__/ dist/ .idea +.kagent-context/ +.claude/ diff --git a/kagglesdk/search/types/search_api_service.py b/kagglesdk/search/types/search_api_service.py index 06c3c30..c9e0dbd 100644 --- a/kagglesdk/search/types/search_api_service.py +++ b/kagglesdk/search/types/search_api_service.py @@ -1174,7 +1174,7 @@ class ApiSearchUsersFilters(KaggleObject): Attributes: user_locations (str) - Filter to users that have one of the the specified locations. Expects the + Filter to users that have one of the specified locations. Expects the format: 'city, region, country' for each. tier (UserAchievementTier) Filter to users that have the specified performance tier. @@ -1203,7 +1203,7 @@ def __init__(self): @property def user_locations(self) -> Optional[List[str]]: r""" - Filter to users that have one of the the specified locations. Expects the + Filter to users that have one of the specified locations. Expects the format: 'city, region, country' for each. """ return self._user_locations