We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03f04a commit c744bbaCopy full SHA for c744bba
docs/source/start/Usage.rst
@@ -26,7 +26,9 @@ Here's a simple example:
26
27
app.stop()
28
29
-You can also use the Client instance in a context manager with the ``with`` statement:
+You can also use Pyrogram in a context manager with the ``with`` statement. The Client will automatically
30
+:meth:`start <pyrogram.Client.start>` and :meth:`stop <pyrogram.Client.stop>` gracefully, even in case of unhandled
31
+exceptions in your code:
32
33
.. code-block:: python
34
0 commit comments