Minor documentation tweaks.
This commit is contained in:
parent
f6b403ed74
commit
6da6c42a7f
@ -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.
|
||||
|
||||
|
||||
4
setup.py
4
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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user