Reword get_user_dc docstrings

This commit is contained in:
Dan 2019-06-12 13:43:28 +02:00
parent 1ce749a562
commit 93082ce894

View File

@ -24,7 +24,7 @@ from ...ext import BaseClient
class GetUserDC(BaseClient):
def get_user_dc(self, user_id: Union[int, str]) -> Union[int, None]:
"""Get the assigned data center (DC) of a user.
"""Get the assigned DC (data center) of a user.
.. note::