From 358b2f0a755c55346f2390e176ef26e1c051ca77 Mon Sep 17 00:00:00 2001 From: Benedikt Moneke <67148916+bmoneke@users.noreply.github.com> Date: Tue, 3 May 2022 14:38:36 +0200 Subject: [PATCH] Add files via upload --- hapi/hapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi/hapi.py b/hapi/hapi.py index 3b8be0b..58504a8 100644 --- a/hapi/hapi.py +++ b/hapi/hapi.py @@ -2181,7 +2181,7 @@ def select(TableName,DestinationTableName=QUERY_BUFFER,ParameterNames=None,Condi TableName: name of source table (required) DestinationTableName: name of resulting table (optional) ParameterNames: list of parameters or expressions (optional) - Conditions: list of logincal expressions (optional) + Conditions: list of logical expressions (optional) Output: enable (True) or suppress (False) text output (optional) File: enable (True) or suppress (False) file output (optional) OUTPUT PARAMETERS: