Skip to content

Commit aefb48c

Browse files
committed
CLN: s/existing/exiting
1 parent 904229a commit aefb48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_pytables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def ensure_clean_store(path, mode='a', complevel=None, complib=None,
100100
def ensure_clean_path(path):
101101
"""
102102
return essentially a named temporary file that is not opened
103-
and deleted on existing; if path is a list, then create and
103+
and deleted on exiting; if path is a list, then create and
104104
return list of filenames
105105
"""
106106
try:

0 commit comments

Comments
 (0)