summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 6a2ff44f0b..3154459116 100644
--- a/docs/topics/files.txt
+++ b/docs/topics/files.txt
@@ -114,7 +114,7 @@ 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::
- IOError: [Errno 24] Too many open files
+ OSError: [Errno 24] Too many open files
File storage