mirror of
https://github.com/django/django.git
synced 2025-03-24 00:00:45 +00:00
Fixed typo.
This commit is contained in:
parent
0de2645c00
commit
71c8539570
@ -93,7 +93,7 @@ The following approach may be used to close files automatically::
|
||||
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
|
||||
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::
|
||||
|
||||
IOError: [Errno 24] Too many open files
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user