From 6da6c42a7fa203cc66f8006a7894e6ff7a06bf42 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Thu, 9 Mar 2017 12:43:10 -0700 Subject: [PATCH] Minor documentation tweaks. --- doc/src/index.rst | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/index.rst b/doc/src/index.rst index 96dc727..93ad9e1 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -2,7 +2,7 @@ Welcome to cx_Oracle's documentation! ===================================== -**cx_Oracle** is a module that enables access to Oracle databases and conforms +**cx_Oracle** is a module that enables access to Oracle Database and conforms to the Python database API specification. This module is currently built against Oracle 11.2 and 12.1 and works for both Python 2.x and 3.x. diff --git a/setup.py b/setup.py index cf2a640..a161dab 100644 --- a/setup.py +++ b/setup.py @@ -380,8 +380,8 @@ setup( cmdclass = commandClasses, options = dict(bdist_rpm = dict(doc_files = docFiles)), long_description = \ - "Python interface to Oracle conforming to the Python DB API 2.0 " - "specification.\n" + "Python interface to Oracle Database conforming to the Python DB " + "API 2.0 specification.\n" "See http://www.python.org/topics/database/DatabaseAPI-2.0.html.", author = "Anthony Tuininga", author_email = "anthony.tuininga@gmail.com",