From 8f2342d4fd6cb5130ab13e0bf033ede5b5f84197 Mon Sep 17 00:00:00 2001 From: Rod Clayton Date: Fri, 20 Aug 2021 13:13:35 -0400 Subject: [PATCH] Update host.py Misspelled word classes --- wexpect/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wexpect/host.py b/wexpect/host.py index e6a79e3..72e80aa 100644 --- a/wexpect/host.py +++ b/wexpect/host.py @@ -1,4 +1,4 @@ -"""Host module contains calsses and functions for the host application. These will spawn the child +"""Host module contains classes and functions for the host application. These will spawn the child application. These host classes (and some util classes) are the interface for the user. Handle other modules as protected. """