summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2013-01-23 12:36:48 -0800
committerTim Graham <timograham@gmail.com>2013-01-23 19:21:42 -0500
commit1c061ef568bf05827d449e1bbe426d624851e935 (patch)
tree46cf9db4a45713ddabac9761edd9425f1550c7fc
parent2e6b0c5ca7265b3cee2ff68a9ef5d1865afb9a49 (diff)
[1.5.x] Fixed typo.
Backport of 71c8539570 from master
-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 66e104759a..94685f9bc7 100644
--- a/docs/topics/files.txt
+++ b/docs/topics/files.txt
@@ -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