Commit 34e5aab0 authored by Alexander Schrode's avatar Alexander Schrode Committed by oroulet

Fix typo

parent 097c6054
...@@ -106,8 +106,8 @@ class Client: ...@@ -106,8 +106,8 @@ class Client:
def set_locale(self, locale: List[str]) -> None: def set_locale(self, locale: List[str]) -> None:
""" """
Sets the prefred locales of the client, the client chooses which locale he can provide. 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. Normaly the first matching locale in the list will be chossen, by the server.
Call this before connect() Call this before connect()
""" """
self._locale = locale self._locale = locale
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment