Skip to content

Commit 718ca74

Browse files
authored
Update enums.py
1 parent 46756ed commit 718ca74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vk_api/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class VkUserPermissions(IntEnum):
1313
"""
1414
Перечисление прав пользователя.
15-
Список прав получается побитовым сложением (x & y) каждого права.
15+
Список прав получается побитовым сложением (x | y) каждого права.
1616
Подробнее в документации VK API: https://vk.com/dev/permissions
1717
"""
1818

0 commit comments

Comments
 (0)