Minor documentation tweaks.

This commit is contained in:
Anthony Tuininga 2017-03-09 12:43:10 -07:00
parent f6b403ed74
commit 6da6c42a7f
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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",