From 5bf85c8f23d7c0a505fc62499658e82fbd641d9b Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 14 Jul 2024 19:58:36 -0400 Subject: typo fix --- qolab/tableflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qolab/tableflow/__init__.py') diff --git a/qolab/tableflow/__init__.py b/qolab/tableflow/__init__.py index 23e78a9..8a84aca 100644 --- a/qolab/tableflow/__init__.py +++ b/qolab/tableflow/__init__.py @@ -29,7 +29,7 @@ def loadInOutTables(inputFileName=None, outputFileName=None, comment=None): Path to the input table filename. If this file does not exists, return None for both tables. outputFileName : path or string or None - Path to the outpyt table filename. If such file does not exit, + Path to the output table filename. If such file does not exit, clone the input table to the output one. comment : string or None (default) String which indicates a comment in the input `csv` file. -- cgit v1.2.3