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:23:57 +0200
commitbdd285723f9b0044eca690634c412c1c3eec76c0 (patch)
tree5e392e853dbf3c424277deca415d1f49b476b2b0 /docs
parent7b00d90208e998debc60e51cadb352645c91e3fd (diff)
Fixed #20385 -- Typo in files docs.
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::