aboutsummaryrefslogtreecommitdiff
path: root/qolab/tableflow
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 19:58:36 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 19:58:36 -0400
commit5bf85c8f23d7c0a505fc62499658e82fbd641d9b (patch)
tree1726c1a4b0e3acf9b600449d2f4aa854823e3a0a /qolab/tableflow
parent6ce818f70207f3d02ee777ab1315a96ea6c9109c (diff)
downloadqolab-5bf85c8f23d7c0a505fc62499658e82fbd641d9b.tar.gz
qolab-5bf85c8f23d7c0a505fc62499658e82fbd641d9b.zip
typo fix
Diffstat (limited to 'qolab/tableflow')
-rw-r--r--qolab/tableflow/__init__.py2
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.