From: Andrew Bartlett Date: Mon, 6 Feb 2012 06:44:34 +0000 (+1100) Subject: s4-messaging: fix pymessaging docstring X-Git-Tag: tevent-0.9.15~12 X-Git-Url: http://git.samba.org/samba.git/?p=gd%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=76021cc6264f1b33470ee2550bd408735686dc53 s4-messaging: fix pymessaging docstring --- diff --git a/source4/lib/messaging/pymessaging.c b/source4/lib/messaging/pymessaging.c index d9ad3790f99..e8ef4a800b1 100644 --- a/source4/lib/messaging/pymessaging.c +++ b/source4/lib/messaging/pymessaging.c @@ -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)