summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-05-10 13:23:32 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-05-10 13:24:25 +0200
commitb41ad878732c45bf178818c2ae9cc9cb9e5a0e5a (patch)
tree6d46f768c344b3381e0a7a6e8395e9a373d1904d /docs
parent6d3d6081e83295b4d0af8d4dbcf388bebc33ba41 (diff)
[1.5.x] Fixed #20385 -- Typo in files docs.
Backport of bdd2857 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/files.txt b/docs/topics/files.txt
index c05f98ef7e..fb3cdd4af9 100644
--- a/docs/topics/files.txt
+++ b/docs/topics/files.txt
@@ -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::