Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ indentation, etc.
:target: https://yamllint.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status

Written in Python (compatible with Python 3 only).
Written in Python.

Documentation
-------------
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ On FreeBSD:

.. code:: sh

pkg install py36-yamllint
pkg install py-yamllint

On OpenBSD:

.. code:: sh

doas pkg_add py3-yamllint
doas pkg_add py-yamllint

Alternatively using pip, the Python package manager:

Expand Down
Loading