Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schroeder- authored and oroulet committed May 20, 2022
1 parent 097c605 commit 34e5aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asyncua/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def set_password(self, pwd: str):

def set_locale(self, locale: List[str]) -> None:
"""
Sets the prefred locales of the client, the client chooses which locale he can provide.
Normaly the first matching locale in the list will be chossen.
Sets the prefred locales of the client, the server chooses which locale he can provide.
Normaly the first matching locale in the list will be chossen, by the server.
Call this before connect()
"""
self._locale = locale
Expand Down

0 comments on commit 34e5aab

Please sign in to comment.