Update README.rst

This commit is contained in:
Sergey Obukhov
2014-07-24 07:22:25 -07:00
parent 81e88d9222
commit ac4f5201bb

View File

@@ -49,9 +49,9 @@ To extract a reply from html:
reply = quotations.extract_from_html(html)
# reply == "<html><body><p>Reply</p></body></html>"
| Often the best way is the easiest one. Heres how you can extract
Often the best way is the easiest one. Heres how you can extract
signature from email message without any
| machine learning fancy stuff:
machine learning fancy stuff:
.. code:: python