From 9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 17 Apr 2016 09:37:36 +0300 Subject: Issue #26778: Fixed "a/an/and" typos in code comment and documentation. --- Lib/socket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/socket.py') diff --git a/Lib/socket.py b/Lib/socket.py index 614af290d1..437634cc3b 100644 --- a/Lib/socket.py +++ b/Lib/socket.py @@ -549,7 +549,7 @@ def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, global default timeout setting returned by :func:`getdefaulttimeout` is used. If *source_address* is set it must be a tuple of (host, port) for the socket to bind as a source address before making the connection. - An host of '' or port 0 tells the OS to use the default. + A host of '' or port 0 tells the OS to use the default. """ host, port = address -- cgit v1.2.1