Skip to content

PEP 554: Fix minor typo in marshal example code (#1229) #1230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 8, 2019

Conversation

dimitern
Copy link
Contributor

@dimitern dimitern commented Nov 8, 2019

Fixes #1229; CLA signed.

In PEP 554, "Passing objects via marshal" section example code, create_fifo should be create_channel.

@ericsnowcurrently

Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@ericsnowcurrently ericsnowcurrently merged commit f42acbe into python:master Nov 8, 2019
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.

PEP 554: Minor typo in example code: create_fifo->create_channel
3 participants