Skip to content

bpo-33694: Fix typo in asyncio helper function name#7522

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:asyncio_typo
Jun 8, 2018
Merged

bpo-33694: Fix typo in asyncio helper function name#7522
vstinner merged 1 commit intopython:masterfrom
vstinner:asyncio_typo

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 8, 2018

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

Typo spotted by Nathaniel J. Smith.

https://bugs.python.org/issue33694

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

Typo spotted by Nathaniel J. Smith.
@vstinner
Copy link
Copy Markdown
Member Author

vstinner commented Jun 8, 2018

cc @njsmith

@vstinner vstinner merged commit ff6c077 into python:master Jun 8, 2018
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@vstinner vstinner deleted the asyncio_typo branch June 8, 2018 08:32
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 8, 2018
_feed_data_to_bufferred_proto() renamed to
_feed_data_to_buffered_proto() ("bufferred" => "buffered").

Typo spotted by Nathaniel J. Smith.
(cherry picked from commit ff6c077)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
@bedevere-bot
Copy link
Copy Markdown

GH-7523 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Jun 8, 2018
_feed_data_to_bufferred_proto() renamed to
_feed_data_to_buffered_proto() ("bufferred" => "buffered").

Typo spotted by Nathaniel J. Smith.
(cherry picked from commit ff6c077)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants