From 7688eb4e15efac698b71db71ed4a9481200d62e5 Mon Sep 17 00:00:00 2001 From: Peizhao Mei <105866197+pem70@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:44:07 -0400 Subject: [PATCH] Update src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py Co-authored-by: Timothy Johnson Signed-off-by: Peizhao Mei <105866197+pem70@users.noreply.github.com> --- src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py b/src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py index 49661544..834dd0ad 100644 --- a/src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py +++ b/src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py @@ -117,7 +117,7 @@ def write(self, filepath_name: str, data: str, encoding: str = _ZOWE_FILES_DEFAU data: str Contents to be written encoding: str - Specifies the encoding schema + Specifies the encoding name (e.g. IBM-1047) Returns -------