diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index b29792d6..b63d0b4f 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -2299,8 +2299,8 @@ class Client: cdn_session.start() try: - # cant fdopen the closed file descriptor from above - # which is closed due to the with statement in the branch just above + # cant fdopen the closed file descriptor which could be closed due + # to the with statement in the branch just above. # make a new temp file to write to try: