diff options
-rw-r--r-- | qolab/tableflow/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |