# Documentation the class `NamedTemporaryFile` from `tempfile` not accept `delete_on_close` as argument, but accept `delete`  but obv got ```bash TypeError: NamedTemporaryFile() got an unexpected keyword argument 'delete_on_close' ```