From 68cd19baa4f7871905c60cd0f4874814f92390e0 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 29 Apr 2018 19:48:19 +0200 Subject: [PATCH] Update docs --- docs/source/pyrogram/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/pyrogram/index.rst b/docs/source/pyrogram/index.rst index 94cd0f62..9636e963 100644 --- a/docs/source/pyrogram/index.rst +++ b/docs/source/pyrogram/index.rst @@ -1,7 +1,7 @@ Pyrogram ======== -In this section you can find a detailed description of the Pyrogram package and its high-level API. +In this section you can find a detailed description of the Pyrogram package and its API. :class:`Client ` is the main class. It exposes easy-to-use methods that are named after the well established `Telegram Bot API`_ methods, thus offering a familiar look to Bot developers.