diff --git a/README.rst b/README.rst index de3ec7f..945172e 100644 --- a/README.rst +++ b/README.rst @@ -49,9 +49,9 @@ To extract a reply from html: reply = quotations.extract_from_html(html) # reply == "

Reply

" -| Often the best way is the easiest one. Here’s how you can extract +Often the best way is the easiest one. Here’s how you can extract signature from email message without any -| machine learning fancy stuff: +machine learning fancy stuff: .. code:: python