Skip to content

Commit d2a9882

Browse files
committed
CLN: s/existing/exiting
1 parent 9641111 commit d2a9882

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
@@ -106,7 +106,7 @@ def ensure_clean_store(path, mode='a', complevel=None, complib=None,
106106
def ensure_clean_path(path):
107107
"""
108108
return essentially a named temporary file that is not opened
109-
and deleted on existing; if path is a list, then create and
109+
and deleted on exiting; if path is a list, then create and
110110
return list of filenames
111111
"""
112112
try:

0 commit comments

Comments
 (0)