From 7610983bb24acd946865348a834163016cd8a513 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 10 Aug 2008 08:19:21 +0000 Subject: [PATCH] Fixed #8201 -- Corrected typo in files docs. Thanks Julien. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8281 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/files.txt b/docs/files.txt index ffd108ca4b..f74ad86941 100644 --- a/docs/files.txt +++ b/docs/files.txt @@ -267,7 +267,7 @@ Storage objects define the following methods: ``True`` if a file exists given some ``name``. -``Storge.path(name)`` +``Storage.path(name)`` ~~~~~~~~~~~~~~~~~~~~~ The local filesystem path where the file can be opened using Python's standard