From 8864b1941bd40ff7bb45ac415c17c42bc1e73826 Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Sun, 27 Sep 2020 00:23:04 +0900 Subject: [PATCH] fix: [doc] appy suggested corrections --- docs/development.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 12ff5167b..3060b34b7 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -26,12 +26,12 @@ custom yamllint rule plugins if you developed them. Yamllint rule plugins must satisfy the followings. -#. It must be a python package installable using pip and distributed under +#. It must be a Python package installable using pip and distributed under GPLv3+ same as yamllint. -#. It must contains the entry point configuration in setup.cfg or something +#. It must contains the entry point configuration in ``setup.cfg`` or something similar packaging configuration files, to make it installed and working as a - yamllint plugin like below. ( is that plugin name and - is a dir where the rule modules exist.) + yamllint plugin like below. (```` is that plugin name and + ```` is a dir where the rule modules exist.) :: [options.entry_points]