From 8a2e7ff908a6bf0361972a6369a07dc3bef2d373 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 20 Jul 2016 08:17:33 -0500 Subject: [PATCH] Trim trailing whitespace in compat docs --- docs/source/plugin-development/cross-compatibility.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/plugin-development/cross-compatibility.rst b/docs/source/plugin-development/cross-compatibility.rst index 61ee3c2..9cf38b8 100644 --- a/docs/source/plugin-development/cross-compatibility.rst +++ b/docs/source/plugin-development/cross-compatibility.rst @@ -12,7 +12,7 @@ versions. If your plugin does not register options, it *should* Just Work. -The **only two** breaking changes in |Flake8| 3.0 is the fact that we no +The **only two** breaking changes in |Flake8| 3.0 is the fact that we no longer check the option parser for a list of strings to parse from a config file and we no longer patch pep8 or pycodestyle's ``stdin_get_value`` functions. On |Flake8| 2.x, to have an option parsed from the configuration