Update README.rst (#545)

* Update README.rst

- "Newspaper has *seamless* language extraction and detection."
to
-"Newspaper can extract and detect languages *seamlessly*."

* Update README.rst

- "Newspaper has *seamless* language extraction and detection."
to
-"Newspaper can extract and detect languages *seamlessly*."
This commit is contained in:
Pok Wai Wong 2018-04-05 01:14:37 -07:00 committed by Lucas Ou-Yang
parent 5e91da7024
commit c521057b20

View file

@ -108,7 +108,7 @@ A Glance:
>>> text = fulltext(html)
Newspaper has *seamless* language extraction and detection.
Newspaper can extract and detect languages *seamlessly*.
If no language is specified, Newspaper will attempt to auto detect a language.
.. code-block:: pycon