From f5888765871b9f6ba1b7affca9271b1a3d0c8a8e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 22 May 2017 07:21:23 -0400 Subject: Use Python3Lexer instead of PythonLexer for pygments. --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro.rst') 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 -- cgit v1.2.3