[Pkg-bitcoin-commits] [python-quamash] 17/78: docstring lint

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:52 UTC 2017


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

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit a7765e4fae01920d761f22c1259163fe70ca61d3
Author: Korijn van Golen <korijn at gmail.com>
Date:   Wed Aug 9 09:12:55 2017 +0200

    docstring lint
---
 quamash/_unix.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/quamash/_unix.py b/quamash/_unix.py
index 9f2ea19..dc90471 100644
--- a/quamash/_unix.py
+++ b/quamash/_unix.py
@@ -27,6 +27,7 @@ def _fileobj_to_fd(fileobj):
 
 	Raises:
 	ValueError if the object is invalid
+	
 	"""
 	if isinstance(fileobj, int):
 		fd = fileobj
@@ -180,6 +181,7 @@ class _Selector(selectors.BaseSelector):
 
 		Returns:
 		corresponding key, or None if not found
+		
 		"""
 		try:
 			return self._fd_to_key[fd]

-- 
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