From 4904fbf5a5df6ee6d8b4aecdd6b25d6d48320a76 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 18 Nov 2017 18:48:39 +0000 Subject: [PATCH] docstring cosmetics --- Lib/slapdtest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/slapdtest.py b/Lib/slapdtest.py index 4381ae0..3586643 100644 --- a/Lib/slapdtest.py +++ b/Lib/slapdtest.py @@ -81,8 +81,8 @@ class SlapdObject(object): Controller class for a slapd instance, OpenLDAP's server. This class creates a temporary data store for slapd, runs it - listening on a private Unix domain socket and TCP port, and initialises it with a top-level entry and - the root user. + listening on a private Unix domain socket and TCP port, + and initialises it with a top-level entry and the root user. When a reference to an instance of this class is lost, the slapd server is shut down.