Skip to content

Commit 4104014

Browse files
tkossakwillmcgugan
authored andcommitted
fix docs for ignore_clean_errors parameter in TempFS (#157)
1 parent 41d2f23 commit 4104014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/tempfs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class TempFS(OSFS):
3333
auto_clean (bool, optional): If `True` (the default), the directory
3434
contents will be wiped on close.
3535
ignore_clean_errors (bool, optional): If `True` (the default), any
36-
errors in the clean process will be raised. If `False`, they
37-
will be suppressed.
36+
errors in the clean process will be suppressed. If `False`, they
37+
will be raised.
3838
3939
"""
4040

0 commit comments

Comments
 (0)