From 1c061ef568bf05827d449e1bbe426d624851e935 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Wed, 23 Jan 2013 12:36:48 -0800 Subject: [PATCH] [1.5.x] Fixed typo. Backport of 71c8539570 from master --- docs/topics/files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/files.txt b/docs/topics/files.txt index 66e104759ae..94685f9bc72 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