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
[docs] socket documentation: "packages" -> "packets" #93183
Labels
docs
Documentation in the Doc dir
Comments
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jun 15, 2022
package => packet Co-authored-by: Victor Norman
erlend-aasland
added a commit
that referenced
this issue
Jun 15, 2022
package => packet Co-authored-by: Victor Norman
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 15, 2022
package => packet Co-authored-by: Victor Norman (cherry picked from commit cdd3984) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 15, 2022
package => packet Co-authored-by: Victor Norman (cherry picked from commit cdd3984) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
miss-islington
added a commit
that referenced
this issue
Jun 15, 2022
miss-islington
added a commit
that referenced
this issue
Jun 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
In the example of the socket.rst, the comment
# receive all packages
should be changed to# receive all packets
and the commentreceive a package
should be changed toreceive a packet
.The text was updated successfully, but these errors were encountered: