From 06d2b65e27e22eaf2e90e9fc32ab5cf50a5a320c Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Sat, 6 Sep 2014 14:56:29 +0200 Subject: [PATCH] Fix example title (damn copy/paste) --- doc/source/examples.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/examples.rst b/doc/source/examples.rst index 4c6b76c3..4c3dd71b 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -46,8 +46,8 @@ shortcut and the text of the ``duplicate lines`` actions. .. literalinclude:: /../../examples/simple/custom_actions.py :linenos: -Custom actions --------------- +Change editor properties +------------------------ This example show you how to change some editor properties. Here we modify the pygments color scheme.