From bf189dbe6a82c74e1f80a44cae48982d7d7dc3a6 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Wed, 3 Jun 2015 11:58:34 +0100 Subject: [PATCH] mino doc tweak. --- doc/source/contributing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 9caff4d4..f79b4ca2 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -2,9 +2,9 @@ Contributing Code ================= -We welcome code contributions via GitHub pull requests to the official WA -repository. To help with maintainability of the code line we ask that the code -uses a coding style consistent with the rest of WA code. Briefly, it is +We welcome code contributions via GitHub pull requests.To help with +maintainability of the code line we ask that the code uses a coding style +consistent with the rest of WA code. Briefly, it is - `PEP8 `_ with line length and block comment rules relaxed (the wrapper for PEP8 checker inside ``dev_scripts``