aboutsummaryrefslogtreecommitdiff
path: root/qolab/tableflow/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'qolab/tableflow/__init__.py')
-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.