diff options
| author | Rapptz <[email protected]> | 2017-05-22 07:21:23 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-22 07:21:23 -0400 |
| commit | f5888765871b9f6ba1b7affca9271b1a3d0c8a8e (patch) | |
| tree | 91d014b91dc7e9c8b3e3233a20f4a621975d3095 /docs/quickstart.rst | |
| parent | Raise when an invalid permission is passed to PermissionOverwrite. (diff) | |
| download | discord.py-f5888765871b9f6ba1b7affca9271b1a3d0c8a8e.tar.xz discord.py-f5888765871b9f6ba1b7affca9271b1a3d0c8a8e.zip | |
Use Python3Lexer instead of PythonLexer for pygments.
Diffstat (limited to 'docs/quickstart.rst')
| -rw-r--r-- | docs/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 28d2f59a..12e97016 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -15,7 +15,7 @@ Let's make a bot that replies to a specific message and walk you through it. It looks something like this: -.. code-block:: python +.. code-block:: python3 import discord |