From ac4f5201bbc1d4b0b7da56f48231fd4e2301e834 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Thu, 24 Jul 2014 07:22:25 -0700 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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