diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 19:58:36 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 19:58:36 -0400 |
commit | 5bf85c8f23d7c0a505fc62499658e82fbd641d9b (patch) | |
tree | 1726c1a4b0e3acf9b600449d2f4aa854823e3a0a /qolab/tableflow/__init__.py | |
parent | 6ce818f70207f3d02ee777ab1315a96ea6c9109c (diff) | |
download | qolab-5bf85c8f23d7c0a505fc62499658e82fbd641d9b.tar.gz qolab-5bf85c8f23d7c0a505fc62499658e82fbd641d9b.zip |
typo fix
Diffstat (limited to 'qolab/tableflow/__init__.py')
-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. |