From 47fa88acdc6670b7a5356e29c4ab9da0d569810c Mon Sep 17 00:00:00 2001 From: VanyaBelyaev Date: Thu, 15 Feb 2024 18:20:46 +0100 Subject: [PATCH] Update dbase.py --- ostap/io/dbase.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ostap/io/dbase.py b/ostap/io/dbase.py index 80c63975..4a1a7268 100644 --- a/ostap/io/dbase.py +++ b/ostap/io/dbase.py @@ -293,20 +293,20 @@ def __init__ ( self , @property def tmp_name ( self ) : - """``tmp_name'' : get the generated temporary file nale + """``tmp_name'' : get the generated temporary file name """ return self.__tmp_name @property def remove ( self ) : - """``remove'': remove the temporary file immediately (just after``clonse''), + """``remove'': remove the temporary file immediately (just after``close''), otherwise remove it at the shutdown """ return self.__remove @property def keep ( self ) : - """``keep'' keep the file and not delete it + """``keep'' keep the file and do not delete it """ return self.__keep