From 57795041bea5299d97b26be1540fcfdc0863519e Mon Sep 17 00:00:00 2001 From: Robin Cawser Date: Mon, 11 Feb 2013 10:12:45 +0000 Subject: [PATCH] Update book/page_creation.rst Merged two bullet points into one. --- book/page_creation.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index 6b429bf19ad..36e06fc1ffe 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -802,8 +802,7 @@ options of each feature. three formats (YAML, XML and PHP). Each has its own advantages and 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`"); + * *YAML*: Simple, clean and readable (learn more about yaml in ":doc:`/components/yaml/yaml_format`"); * *XML*: More powerful than YAML at times and supports IDE autocompletion;