mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
This commit is contained in:
parent
50dd1f7dd6
commit
6a7b3a77b4
64 changed files with 88 additions and 87 deletions
|
|
@ -685,7 +685,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue