[Pkg-bitcoin-commits] [python-quamash] 232/269: Fix docstring D210 error.

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit b83ebe370ebb4279517d8972b9ac182bd2e8e1cc
Author: Mark Harviston <Mark.T.Harviston.-ND at disney.com>
Date:   Thu Jul 23 12:22:12 2015 -0700

    Fix docstring D210 error.
    
    No whitespace is allowed around docstring text.
    This must be a new guideline or I think I would have hit it before.
---
 quamash/__init__.py | 2 +-
 quamash/_common.py  | 2 +-
 quamash/_unix.py    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index cf0dca3..38ddf57 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -1,7 +1,7 @@
 # © 2014 Mark Harviston <mark.harviston at gmail.com>
 # © 2014 Arve Knudsen <arve.knudsen at gmail.com>
 # BSD License
-""" Implementation of the PEP 3156 Event-Loop with Qt. """
+"""Implementation of the PEP 3156 Event-Loop with Qt."""
 
 __author__ = 'Mark Harviston <mark.harviston at gmail.com>, Arve Knudsen <arve.knudsen at gmail.com>'
 __version__ = '0.5.1'
diff --git a/quamash/_common.py b/quamash/_common.py
index 604e2e9..fc70880 100644
--- a/quamash/_common.py
+++ b/quamash/_common.py
@@ -1,7 +1,7 @@
 # © 2014 Mark Harviston <mark.harviston at gmail.com>
 # © 2014 Arve Knudsen <arve.knudsen at gmail.com>
 # BSD License
-""" Mostly irrelevant, but useful utilities common to UNIX and Windows. """
+"""Mostly irrelevant, but useful utilities common to UNIX and Windows."""
 import logging
 
 
diff --git a/quamash/_unix.py b/quamash/_unix.py
index f6c47e2..dfc31e9 100644
--- a/quamash/_unix.py
+++ b/quamash/_unix.py
@@ -2,7 +2,7 @@
 # © 2014 Arve Knudsen <arve.knudsen at gmail.com>
 # BSD License
 
-""" UNIX specific Quamash functionality. """
+"""UNIX specific Quamash functionality."""
 
 import asyncio
 from asyncio import selectors

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list