From 9f4a381e553f74287f531326b8ca29b0e5c48a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C3=96zg=C3=BCr?= Date: Mon, 11 Feb 2013 02:21:03 +0200 Subject: [PATCH] Minor fix: remove the unnecessary list item. --- book/page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index a4c44e64a42..14566a5fdc6 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -831,7 +831,7 @@ options of each feature. disadvantages. The choice of which to use is up to you: * *YAML*: Simple, clean and readable (learn more about yaml in - * ":doc:`/components/yaml/yaml_format`"); + ":doc:`/components/yaml/yaml_format`"); * *XML*: More powerful than YAML at times and supports IDE autocompletion;