Skip to content

Commit

Permalink
Update enums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Jul 7, 2019
1 parent 46756ed commit 718ca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vk_api/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class VkUserPermissions(IntEnum):
"""
Перечисление прав пользователя.
Список прав получается побитовым сложением (x & y) каждого права.
Список прав получается побитовым сложением (x | y) каждого права.
Подробнее в документации VK API: https://vk.com/dev/permissions
"""

Expand Down

0 comments on commit 718ca74

Please sign in to comment.