From 99c638af3087b0fe5026f622e941a0e0dc0c4c02 Mon Sep 17 00:00:00 2001 From: Lonami Date: Sun, 10 Nov 2019 11:28:56 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20feels=20=E2=86=92=20fills?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readthedocs/concepts/entities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/concepts/entities.rst b/readthedocs/concepts/entities.rst index f51cdfe3..1a680e51 100644 --- a/readthedocs/concepts/entities.rst +++ b/readthedocs/concepts/entities.rst @@ -108,7 +108,7 @@ you're able to just do this: # This method returns a list of Dialog, which # has the .entity attribute and other information. # - # This part is IMPORTANT, because it feels the entity cache. + # This part is IMPORTANT, because it fills the entity cache. dialogs = await client.get_dialogs() # All of these work and do the same.