diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-08-11 22:04:42 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-08-11 22:04:42 +0000 |
| commit | 6f8e9be24a0c7208ebd6a3c72ec622ca02d6fc09 (patch) | |
| tree | 2e5f2e0862dd5977c87cc297af4f68ca9f8a245c | |
| parent | 2e6aa7a57818f1c2b7f17253430c38a8d67f9171 (diff) | |
Fixed #2525 -- Fixed typo in contrib/flatpages/README.TXT. Thanks, dummy@habmalnefrage.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/flatpages/README.TXT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/flatpages/README.TXT b/django/contrib/flatpages/README.TXT index e46aa1f9bf..d3071377f5 100644 --- a/django/contrib/flatpages/README.TXT +++ b/django/contrib/flatpages/README.TXT @@ -2,7 +2,7 @@ This is an optional add-on app, flatpages. For full documentation, see either of these: - * The file django/docs/flatpages.txt in the Django distribution + * The file docs/flatpages.txt in the Django distribution * http://www.djangoproject.com/documentation/flatpages/ on the Web -Both have identical content.
\ No newline at end of file +Both have identical content. |
