Tweak description.

This commit is contained in:
Anthony Tuininga 2017-03-07 17:00:10 -07:00
parent 0069b83691
commit 02885c203c

View File

@ -22,9 +22,10 @@
<div id="description"><h2>About cx_Oracle</h2>
<!--Description-->
<strong>cx_Oracle</strong> is a Python extension module that enables access to
Oracle databases and conforms to the Python database API specification.
This module is currently built against Oracle 11.2 and 12.1 and Python 2.7,
3.4, 3.5 and 3.6. For more information on the database API specification, see
Oracle Database and conforms to the Python database API specification.
This module is currently built against Oracle client 11.2 and 12.1 and Python
2.7, 3.4, 3.5 and 3.6. For more information on the database API specification,
see
<a href="http://www.python.org/topics/database/DatabaseAPI-2.0.html"> here</a>.
</div>