From 76021cc6264f1b33470ee2550bd408735686dc53 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 6 Feb 2012 17:44:34 +1100 Subject: s4-messaging: fix pymessaging docstring --- source4/lib/messaging/pymessaging.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/messaging/pymessaging.c b/source4/lib/messaging/pymessaging.c index d9ad3790f9..e8ef4a800b 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) -- cgit