Skip to content

Commit

Permalink
Doc: Add a separator between sentences
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Miro Hrončok authored and Petr Viktorin committed Dec 1, 2017
1 parent 5618ce5 commit dcd064f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dcd064f

Please sign in to comment.