]> granicus.if.org Git - python/commit
bpo-33694: Fix typo in helper function name (GH-7522)
authorVictor Stinner <vstinner@redhat.com>
Fri, 8 Jun 2018 08:32:06 +0000 (10:32 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 08:32:06 +0000 (10:32 +0200)
commitff6c07729211fb98431a2793e074d07a21e0650a
tree7883e763d7ecf72e0b98e887061ee3bb2bb9a9c7
parentc45fc7673e23f911639d10d3771ffef7be870c7a
bpo-33694: Fix typo in helper function name (GH-7522)

_feed_data_to_bufferred_proto() renamed to
_feed_data_to_buffered_proto() ("bufferred" => "buffered").

Typo spotted by Nathaniel J. Smith.
Lib/asyncio/proactor_events.py
Lib/asyncio/protocols.py
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py