From ec4a1ae8636fb70eaf34b4f7892824babfed917b Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 5 Jan 2016 16:47:52 +0900 Subject: [PATCH] Fix typo in README --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 54647a909..28abeb45f 100644 --- a/CHANGES +++ b/CHANGES @@ -28,7 +28,7 @@ Bugs fixed * #1815: Fix linkcheck does not raise an exception if warniserror set to true and link is broken * #2197: Fix slightly cryptic error message for missing index.rst file * #1894: Unlisted phony targets in quickstart Makefile -* #2125: Fix unifies behavior of collapsed fields (`GroupedField` and `TypedField`) +* #2125: Fix unifies behavior of collapsed fields (``GroupedField`` and ``TypedField``) Release 1.3.3 (released Dec 2, 2015) ====================================