Skip to content

Commit 0ce1084

Browse files
Multimabofelixxm
authored andcommitted
Fixed typo in django/core/files/storage/base.py docstring.
1 parent 9468043 commit 0ce1084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django/core/files/storage/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def save(self, name, content, max_length=None):
3737
# Ensure that the name is valid, before and after having the storage
3838
# system potentially modifying the name. This duplicates the check made
3939
# inside `get_available_name` but it's necessary for those cases where
40-
# `get_available_name` is overriden and validation is lost.
40+
# `get_available_name` is overridden and validation is lost.
4141
validate_file_name(name, allow_relative_path=True)
4242

4343
# Potentially find a different name depending on storage constraints.

0 commit comments

Comments
 (0)