From bd2b0944ef1c9ae8befb5e56be240ecfee27f4fb Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Thu, 9 Oct 2014 22:33:51 +0200 Subject: [PATCH] Fixes in RST syntax --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 09088e3..22817ab 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,10 @@ Pyhiccup is a library for representing HTML in Python. It uses list or tuple to represent elements, and dict to represent an element's attributes. Supported Python versions are: - - 2.6 - - 2.7 - - 3.3 - - 3.4 +- 2.6 +- 2.7 +- 3.3 +- 3.4 Install ------- @@ -56,7 +56,7 @@ You can pass arbitrary keyword arguments to the `html` they will be transformed >>> html(data, etype='xhtml-strict', an-attr='foo') u'... ' -Pyhiccup also provides a function to represent XML. Arbitrary keyword arguments are also supported. +Pyhiccup also provides a function to represent XML. Arbitrary keyword arguments are also supported. :: >>> from pyhiccup.core import xml >>> data = ['form-desc',