mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.5.x] Fixed #20385 -- Typo in files docs.
Backport of bdd2857 from master.
This commit is contained in:
parent
6d3d6081e8
commit
b41ad87873
@ -94,7 +94,7 @@ The following approach may be used to close files automatically::
|
|||||||
True
|
True
|
||||||
|
|
||||||
Closing files is especially important when accessing file fields in a loop
|
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
|
accessing them, the risk of running out of file descriptors may arise. This
|
||||||
may lead to the following error::
|
may lead to the following error::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user