aboutsummaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-22 07:21:23 -0400
committerRapptz <[email protected]>2017-05-22 07:21:23 -0400
commitf5888765871b9f6ba1b7affca9271b1a3d0c8a8e (patch)
tree91d014b91dc7e9c8b3e3233a20f4a621975d3095 /docs/intro.rst
parentRaise when an invalid permission is passed to PermissionOverwrite. (diff)
downloaddiscord.py-f5888765871b9f6ba1b7affca9271b1a3d0c8a8e.tar.xz
discord.py-f5888765871b9f6ba1b7affca9271b1a3d0c8a8e.zip
Use Python3Lexer instead of PythonLexer for pygments.
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst2
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