From 387e5445468b88f6c97c7af66da5da2833caf34e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 16 Mar 2015 21:58:39 +0100 Subject: Sync whitespace / comments between Python 2 and 3 versions --- python3/pyinotify.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'python3') diff --git a/python3/pyinotify.py b/python3/pyinotify.py index 4eb03b0..bc24313 100755 --- a/python3/pyinotify.py +++ b/python3/pyinotify.py @@ -1280,10 +1280,13 @@ class Notifier: def __daemonize(self, pid_file=None, stdin=os.devnull, stdout=os.devnull, stderr=os.devnull): """ - pid_file: file where the pid will be written. If pid_file=None the pid - is written to /var/run/.pid, if - pid_file=False no pid_file is written. - stdin, stdout, stderr: files associated to common streams. + @param pid_file: file where the pid will be written. If pid_file=None + the pid is written to + /var/run/.pid, if pid_file=False + no pid_file is written. + @param stdin: + @param stdout: + @param stderr: files associated to common streams. """ if pid_file is None: dirname = '/var/run/' -- cgit v1.2.1