From 9618bbc24238e642ef588bedf20ff2eaf4fe0e4e Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 1 Feb 2020 15:52:49 +0100 Subject: [PATCH] Add missing word in sentence --- pyrogram/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 3eef6bea..b394e44c 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -140,7 +140,7 @@ class Client(Methods, BaseClient): plugins (``dict``, *optional*): Your Smart Plugins settings as dict, e.g.: *dict(root="plugins")*. - This is an alternative way setup plugins if you don't want to use the *config.ini* file. + This is an alternative way to setup plugins if you don't want to use the *config.ini* file. no_updates (``bool``, *optional*): Pass True to completely disable incoming updates for the current session.