s4-messaging: fix pymessaging docstring
authorAndrew Bartlett <abartlet@samba.org>
Mon, 6 Feb 2012 06:44:34 +0000 (17:44 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 8 Feb 2012 05:29:43 +0000 (16:29 +1100)
source4/lib/messaging/pymessaging.c

index d9ad3790f9995421af806213dcef9cf0c97e82c3..e8ef4a800b1859231bb89977769e615c25cd7168 100644 (file)
@@ -250,9 +250,8 @@ PyTypeObject imessaging_Type = {
        .tp_dealloc = py_imessaging_dealloc,
        .tp_methods = py_imessaging_methods,
        .tp_getset = py_imessaging_getset,
-       .tp_doc = "Messaging(own_id=None, imessaging_path=None)\n" \
-                 "Create a new object that can be used to communicate with the peers in the specified messaging path.\n" \
-                 "If no path is specified, the default path from smb.conf will be used."
+       .tp_doc = "Messaging(own_id=None)\n" \
+                 "Create a new object that can be used to communicate with the peers in the specified messaging path.\n"
 };
 
 void initmessaging(void)