Skip to content

Commit c80d624

Browse files
committed
Fix VkBotLongPoll doc
1 parent b4d6a4e commit c80d624

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/bot_longpoll.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Модуль `bot_longpoll` (VkBotLongPoll)
22
=====================================
33

4-
Модуль для работы с Bots Long Poll
4+
Модуль для работы с Bots Long Poll API
55

66
.. module:: vk_api.bot_longpoll
77
.. autoclass:: VkBotLongPoll

docs/longpoll.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Модуль `longpoll` (VkLongPoll)
22
==============================
33

4-
Модуль для работы с longpoll
4+
Модуль для работы с User Long Poll API
55

66
.. module:: vk_api.longpoll
77
.. autoclass:: VkLongPoll

vk_api/bot_longpoll.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# -*- coding: utf-8 -*-
2+
"""
3+
:authors: deker104, python273
4+
:contact: https://vk.com/python273
5+
:license: Apache License, Version 2.0, see LICENSE file
6+
7+
:copyright: (c) 2018 python273
8+
"""
19
from enum import Enum
210

311
import requests

0 commit comments

Comments
 (0)