From fd977391cf022ea2566f35b89915f535b6e4894f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 11 Jan 2014 09:07:29 +0100 Subject: [PATCH] changelog: tiny fix --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5ddb5cffe..f3a8e9b4d 100644 --- a/CHANGES +++ b/CHANGES @@ -11,7 +11,7 @@ New features like ``-D key=val1,val2``. * #668: Allow line numbering of ``code-block`` and ``literalinclude`` directives - #to start at an arbitrary line number, with a new ``lineno-start`` option. + to start at an arbitrary line number, with a new ``lineno-start`` option. Bugs fixed ----------