Skip to content

Commit f785e2e

Browse files
authored
docs: improve grammar (#50)
1 parent 4728239 commit f785e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Features
7070
- Detection of both original and updated dates
7171

7272

73-
*htmldate* finds original and updated publication dates of web pages using heuristics on HTML code and linguistic patterns. It provides following ways to date a HTML document:
73+
*htmldate* finds original and updated publication dates of web pages using heuristics on HTML code and linguistic patterns. It provides the following ways to date an HTML document:
7474

7575
1. **Markup in header**: Common patterns are used to identify relevant elements (e.g. ``link`` and ``meta`` elements) including `Open Graph protocol <http://ogp.me/>`_ attributes and a large number of CMS idiosyncrasies
7676
2. **HTML code**: The whole document is then searched for structural markers: ``abbr`` and ``time`` elements as well as a series of attributes (e.g. ``postmetadata``)
@@ -87,7 +87,7 @@ Markup-based extraction is multilingual by nature, text-based refinements for be
8787
Installation
8888
------------
8989

90-
This Python package is tested on Linux, macOS and Windows systems, it is compatible with Python 3.6 upwards. It is available on the package repository `PyPI <https://pypi.org/>`_ and can notably be installed with ``pip`` or ``pipenv``:
90+
This Python package is tested on Linux, macOS and Windows systems; it is compatible with Python 3.6 upwards. It is available on the package repository `PyPI <https://pypi.org/>`_ and can notably be installed with ``pip`` or ``pipenv``:
9191

9292
.. code-block:: bash
9393

0 commit comments

Comments
 (0)