From 1cfc12f366c8b3408993374ddc5a73f5f66da43e Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 25 Oct 2016 12:01:43 -0500 Subject: Trim trailing spaces from documentation --- docs/source/plugin-development/plugin-parameters.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/source/plugin-development') diff --git a/docs/source/plugin-development/plugin-parameters.rst b/docs/source/plugin-development/plugin-parameters.rst index 729f9c5..1625098 100644 --- a/docs/source/plugin-development/plugin-parameters.rst +++ b/docs/source/plugin-development/plugin-parameters.rst @@ -53,11 +53,11 @@ the data instead of being called on each physical or logical line. These parameters can also be supplied to plugins working on each line separately. -Plugins that depend on ``physical_line`` or ``logical_line`` are run on each -physical or logical line once. These parameters should be the first in the -list of arguments (with the exception of ``self``). Plugins that need an AST -(e.g., PyFlakes and McCabe) should depend on ``tree``. These plugins will run -once per file. The parameters listed above can be combined with +Plugins that depend on ``physical_line`` or ``logical_line`` are run on each +physical or logical line once. These parameters should be the first in the +list of arguments (with the exception of ``self``). Plugins that need an AST +(e.g., PyFlakes and McCabe) should depend on ``tree``. These plugins will run +once per file. The parameters listed above can be combined with ``physical_line``, ``logical_line``, and ``tree``. -- cgit v1.2.1