selwin / python-user-agents

A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
MIT License
1.44k stars 197 forks source link

Fix reStructuredText syntax #78

Closed sblondon closed 7 years ago

sblondon commented 7 years ago

It only adds an empty line to avoid the error message "README.rst:23: (WARNING/2) Explicit markup ends without a blank line; unexpected unindent." when conversion from README.rst to README.html is done with rst2html.py

Fixing this error should transform the raw description in Pypi (https://pypi.python.org/pypi/user-agents/) by a HTML one.

selwin commented 7 years ago

Thanks!