mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
This commit is contained in:
parent
eac67be948
commit
eb9957065a
33 changed files with 48 additions and 48 deletions
|
|
@ -1583,7 +1583,7 @@ called ``preserve``::
|
|||
|
||||
preserve
|
||||
|
||||
This tells Clinic that the current contents of the output should be kept, unmodifed.
|
||||
This tells Clinic that the current contents of the output should be kept, unmodified.
|
||||
This is used internally by Clinic when dumping output into ``file`` files; wrapping
|
||||
it in a Clinic block lets Clinic use its existing checksum functionality to ensure
|
||||
the file was not modified by hand before it gets overwritten.
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ mainloop of the web server::
|
|||
There's actually 3 general ways in which this loop could work - dispatching a
|
||||
thread to handle ``clientsocket``, create a new process to handle
|
||||
``clientsocket``, or restructure this app to use non-blocking sockets, and
|
||||
mulitplex between our "server" socket and any active ``clientsocket``\ s using
|
||||
multiplex between our "server" socket and any active ``clientsocket``\ s using
|
||||
``select``. More about that later. The important thing to understand now is
|
||||
this: this is *all* a "server" socket does. It doesn't send any data. It doesn't
|
||||
receive any data. It just produces "client" sockets. Each ``clientsocket`` is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue