mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #20385 -- Typo in files docs.
This commit is contained in:
parent
7b00d90208
commit
bdd285723f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ The following approach may be used to close files automatically::
|
|||
True
|
||||
|
||||
Closing files is especially important when accessing file fields in a loop
|
||||
over a large number of objects:: If files are not manually closed after
|
||||
over a large number of objects. If files are not manually closed after
|
||||
accessing them, the risk of running out of file descriptors may arise. This
|
||||
may lead to the following error::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue