Skip to content

Commit

Permalink
Fixes in RST syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Bessi committed Oct 9, 2014
1 parent b8bc1b1 commit bd2b094
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down Expand Up @@ -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'... <html an-attr="foo" lang="en" xml:lang="en" dir="rtl" xmlns="http://www.w3.org/1999/xhtml"/>'

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',
Expand Down

0 comments on commit bd2b094

Please sign in to comment.