Skip to content

Commit 6da6c42

Browse files
Minor documentation tweaks.
1 parent f6b403e commit 6da6c42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Welcome to cx_Oracle's documentation!
33
=====================================
44

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
66
to the Python database API specification. This module is currently built
77
against Oracle 11.2 and 12.1 and works for both Python 2.x and 3.x.
88

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ def run(self):
380380
cmdclass = commandClasses,
381381
options = dict(bdist_rpm = dict(doc_files = docFiles)),
382382
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"
385385
"See http://www.python.org/topics/database/DatabaseAPI-2.0.html.",
386386
author = "Anthony Tuininga",
387387
author_email = "anthony.tuininga@gmail.com",

0 commit comments

Comments
 (0)