diff options
Diffstat (limited to 'docs/intro.rst')
| -rw-r--r-- | docs/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index b3804be1..6a8a4d71 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -96,7 +96,7 @@ happens, you will receive an event about it and you can then respond to it. A quick example to showcase how events work: -.. code-block:: python +.. code-block:: python3 import discord |