Fixed typo in one_to_one test docstring. Thanks, Frank

git-svn-id: http://code.djangoproject.com/svn/django/trunk@396 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-04 02:35:26 +00:00
parent f4e4ae96cb
commit 7dc07ed937
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
"""
10. One-to-one relationships
To define a many-to-one relationship, use ``OneToOneField()``.
To define a one-to-one relationship, use ``OneToOneField()``.
In this example, a ``Place`` optionally can be a ``Restaurant``.
"""