Author: jpellerin
Date: 2006-08-22 21:42:15 -0500 (Tue, 22 Aug 2006)
New Revision: 3651
Modified:
django/branches/multiple-db-support/django/db/__init__.py
Log:
[multi-db] Fixed typo in doc for django.db.connect.
Modified: django/branches/multiple-db-support/django/db/__init__.py
===================================================================
--- django/branches/multiple-db-support/django/db/__init__.py 2006-08-23
02:05:05 UTC (rev 3650)
+++ django/branches/multiple-db-support/django/db/__init__.py 2006-08-23
02:42:15 UTC (rev 3651)
@@ -30,7 +30,7 @@
def connect(settings):
"""Connect to the database specified in settings. Returns a
- ConnectionInfo on succes, raises ImproperlyConfigured if the
+ ConnectionInfo on success, raises ImproperlyConfigured if the
settings don't specify a valid database connection.
"""
info = ConnectionInfo(settings)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---