From a7675d4e56d5108c554de25e7772c2eb60470abc Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 22 Aug 2011 14:26:58 -0700 Subject: [PATCH] daemon: Correct comment in Python implementation. Reported-by: Reid Price --- python/ovs/daemon.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/ovs/daemon.py b/python/ovs/daemon.py index 149c8a1d..5aa5bc10 100644 --- a/python/ovs/daemon.py +++ b/python/ovs/daemon.py @@ -75,8 +75,7 @@ def set_pidfile(name): def get_pidfile(): """Returns an absolute path to the configured pidfile, or None if no - pidfile is configured. The caller must not modify or free the returned - string.""" + pidfile is configured.""" return _pidfile def set_no_chdir(): -- 2.30.2