daemon: Correct comment in Python implementation.
[sliver-openvswitch.git] / python / ovs / daemon.py
index 149c8a1..5aa5bc1 100644 (file)
@@ -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():