From bf7b3e2750e3392d112b34e076ee1a77c8adbe77 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 29 Oct 2019 14:13:47 +0100 Subject: [PATCH] Fixed typo in docs/topics/files.txt. --- docs/topics/files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/files.txt b/docs/topics/files.txt index 2038dadd72..b5b9101523 100644 --- a/docs/topics/files.txt +++ b/docs/topics/files.txt @@ -39,7 +39,7 @@ the details of the attached photo:: >>> car = Car.objects.get(name="57 Chevy") >>> car.photo - + >>> car.photo.name 'cars/chevy.jpg' >>> car.photo.path