From f9f9215d3e5500d9a8d0bec0936480ba34d42e88 Mon Sep 17 00:00:00 2001 From: Liyang Zhang Date: Mon, 20 Mar 2023 02:07:23 -0500 Subject: Fixed some typos in comments, docstrings, and tests. --- django/core/files/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/core/files/utils.py') diff --git a/django/core/files/utils.py b/django/core/files/utils.py index 85342b2f3f..611f932f6e 100644 --- a/django/core/files/utils.py +++ b/django/core/files/utils.py @@ -26,7 +26,7 @@ def validate_file_name(name, allow_relative_path=False): class FileProxyMixin: """ - A mixin class used to forward file methods to an underlaying file + A mixin class used to forward file methods to an underlying file object. The internal file object has to be called "file":: class FileProxy(FileProxyMixin): -- cgit v1.2.1