From 49c88a424bea0f9d75e17c52e5952ef54cdd7152 2013-11-19 06:22:33 From: chebee7i <chebee7i@gmail.com> Date: 2013-11-19 06:22:33 Subject: [PATCH] lexerself -> lexer. --- diff --git a/IPython/sphinxext/ipython_console_highlighting.py b/IPython/sphinxext/ipython_console_highlighting.py index e5f689a..9bfd378 100644 --- a/IPython/sphinxext/ipython_console_highlighting.py +++ b/IPython/sphinxext/ipython_console_highlighting.py @@ -15,7 +15,7 @@ def setup(app): # suppresses the sphinx warning we'd get without it. pass -# Register the extension as a valid pygments lexerself. +# Register the extension as a valid pygments lexer. # Alternatively, we could register the lexer with pygments instead. This would # require using setuptools entrypoints: http://pygments.org/docs/plugins