Skip to content

Commit 71c8539

Browse files
committed
Fixed typo.
1 parent 0de2645 commit 71c8539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The following approach may be used to close files automatically::
9393
Closing files is especially important when accessing file fields in a loop
9494
over a large number of objects:: If files are not manually closed after
9595
accessing them, the risk of running out of file descriptors may arise. This
96-
may lead to the following error:
96+
may lead to the following error::
9797

9898
IOError: [Errno 24] Too many open files
9999

0 commit comments

Comments
 (0)