daemon: Correct comment in Python implementation.
[openvswitch] / python / ovs / daemon.py
index 149c8a1d8963a82122e19b2a794526a8928e63e8..5aa5bc10a27302eac372e5fff27c00e0475fafb7 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():