We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d2f23 commit 4104014Copy full SHA for 4104014
fs/tempfs.py
@@ -33,8 +33,8 @@ class TempFS(OSFS):
33
auto_clean (bool, optional): If `True` (the default), the directory
34
contents will be wiped on close.
35
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.
+ errors in the clean process will be suppressed. If `False`, they
+ will be raised.
38
39
"""
40
0 commit comments