Django

Code

Changeset 3651

Show
Ignore:
Timestamp:
08/22/06 21:42:15 (2 years ago)
Author:
jpellerin
Message:

[multi-db] Fixed typo in doc for django.db.connect.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/multiple-db-support/django/db/__init__.py

    r3446 r3651  
    3131def connect(settings): 
    3232    """Connect to the database specified in settings. Returns a 
    33     ConnectionInfo on succes, raises ImproperlyConfigured if the 
     33    ConnectionInfo on success, raises ImproperlyConfigured if the 
    3434    settings don't specify a valid database connection. 
    3535    """