From dcd064f26ef786fef55a6c76d260ce151cbe48b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 1 Dec 2017 15:32:10 +0100 Subject: [PATCH] Doc: Add a separator between sentences This rendered as follows: > OpenLDAP client libs version 2.4.11 or later It is not possible and not supported to build with prior versions. https://github.com/python-ldap/python-ldap/pull/71 --- Doc/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/installing.rst b/Doc/installing.rst index 3907539..5d82b7b 100644 --- a/Doc/installing.rst +++ b/Doc/installing.rst @@ -112,8 +112,8 @@ on the local system when building python-ldap: - `Python`_ version 2.7, or 3.3 or later including its development files - C compiler corresponding to your Python version (on Linux, it is usually ``gcc``) -- `OpenLDAP`_ client libs version 2.4.11 or later - It is not possible and not supported to build with prior versions. +- `OpenLDAP`_ client libs version 2.4.11 or later; + it is not possible and not supported to build with prior versions. - `OpenSSL`_ (optional) - `Cyrus SASL`_ (optional) - Kerberos libraries, MIT or Heimdal (optional)