Kaydet (Commit) bdd28572 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Fixed #20385 -- Typo in files docs.

üst 7b00d902
...@@ -94,7 +94,7 @@ The following approach may be used to close files automatically:: ...@@ -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::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment