Skip to content

Commit 3c4d353

Browse files
Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 1dee309 commit 3c4d353

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

django/db/backends/oracle/query.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Custom Query class for this backend (a derivative of
3-
django.db.models.sql.query.Query).
2+
Custom Query class for Oracle.
3+
Derives from: django.db.models.sql.query.Query
44
"""
55

66
import datetime
@@ -12,8 +12,8 @@
1212

1313
def query_class(QueryClass, Database):
1414
"""
15-
Returns a custom djang.db.models.sql.query.Query subclass that is
16-
appropraite for Oracle.
15+
Returns a custom django.db.models.sql.query.Query subclass that is
16+
appropriate for Oracle.
1717
1818
The 'Database' module (cx_Oracle) is passed in here so that all the setup
1919
required to import it only needs to be done by the calling module.

0 commit comments

Comments
 (0)