From 2c2afbe104d4cc40ddea2ea4b2a697c8e1697eb7 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 11 Nov 2019 11:31:57 +0100 Subject: [PATCH] [3.0.x] Fixed typo in docs/topics/files.txt. Backport of 08c0d8b16bb7e79074bc9c8ab4f0db97a94d336a from master --- 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 dff933e3213..dbe95498186 100644 --- a/docs/topics/files.txt +++ b/docs/topics/files.txt @@ -92,7 +92,7 @@ location (:setting:`MEDIA_ROOT` if you are using the default >>> image = Image.open(car.photo) >>> image - + The ``File`` object ===================