From 02885c203c63f9e0195035d5450c747bc4983077 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Tue, 7 Mar 2017 17:00:10 -0700 Subject: [PATCH] Tweak description. --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9a753c6..4583f6d 100644 --- a/index.html +++ b/index.html @@ -22,9 +22,10 @@

About cx_Oracle

cx_Oracle 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 here.