From 80a1ad5a5ad2e195cf590e61a8a1a25e00c04d5f Mon Sep 17 00:00:00 2001 From: jfbu Date: Sat, 18 Jun 2016 10:09:51 +0200 Subject: [PATCH] Fix typo in CHANGES --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ccb40dc5c..af4983708 100644 --- a/CHANGES +++ b/CHANGES @@ -25,7 +25,7 @@ Features added of target it refers to (e.g., using the `class` role for a function). * latex writer abstracts more of text styling into customizable macros, e.g. the ``visit_emphasis`` will output ``\sphinxstyleemphasis`` rather than - ``\\emph`` (which may be in use elsewhere or in an added LaTeX package). See + ``\emph`` (which may be in use elsewhere or in an added LaTeX package). See list at end of ``sphinx.sty`` (ref: #2686) Bugs fixed