File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
Welcome to cx_Oracle's documentation!
3
3
=====================================
4
4
5
- **cx_Oracle ** is a module that enables access to Oracle databases and conforms
5
+ **cx_Oracle ** is a module that enables access to Oracle Database and conforms
6
6
to the Python database API specification. This module is currently built
7
7
against Oracle 11.2 and 12.1 and works for both Python 2.x and 3.x.
8
8
Original file line number Diff line number Diff line change @@ -380,8 +380,8 @@ def run(self):
380
380
cmdclass = commandClasses ,
381
381
options = dict (bdist_rpm = dict (doc_files = docFiles )),
382
382
long_description = \
383
- "Python interface to Oracle conforming to the Python DB API 2.0 "
384
- "specification.\n "
383
+ "Python interface to Oracle Database conforming to the Python DB "
384
+ "API 2.0 specification.\n "
385
385
"See http://www.python.org/topics/database/DatabaseAPI-2.0.html." ,
386
386
author = "Anthony Tuininga" ,
387
387
author_email = "anthony.tuininga@gmail.com" ,
You can’t perform that action at this time.
0 commit comments