From 6f1ec75e6336ebd5b4f45c16d1a2300c28ea3471 Mon Sep 17 00:00:00 2001 From: Ben Cox <1038350+ind1go@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:56:02 +0000 Subject: [PATCH] Typo fixes (#203) --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57fb6ea..8ffe841 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ https://bestpractices.coreinfrastructure.org/projects/6762/badge Use a standard terminal emulator as a 3270 terminal interface. Write scripts to automate 3270 terminal interaction. This is both a 3270 -terminal emulator and a Python libary. The zti module provides a 3270 +terminal emulator and a Python library. The zti module provides a 3270 user interface through a Windows Command Prompt or a unix/ascii terminal. The tnz module handles the interface to the 3270 data stream. The ati module allows for easier 3270 terminal automation. diff --git a/docs/index.md b/docs/index.md index ab0298c..25551a9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ title: Introduction Use a standard terminal emulator as a 3270 terminal interface. Write scripts to automate 3270 terminal interaction. This is both a 3270 -terminal emulator and a Python libary. The zti module provides a 3270 +terminal emulator and a Python library. The zti module provides a 3270 user interface through a Windows Command Prompt or a unix/ascii terminal. The tnz module handles the interface to the 3270 data stream. The ati module allows for easier 3270 terminal automation.