Typos (stdandard).

This commit is contained in:
Guido van Rossum 2014-02-22 21:42:54 -08:00
parent 36c2ba4a41
commit 69c2bad778
1 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ the clock are up to the implementation.
The default implementation uses ``time.monotonic()``. Books could be
written about the implications of this choice. Better read the docs
for the stdandard library ``time`` module.
for the standard library ``time`` module.
Embedded Event Loops
--------------------
@ -878,7 +878,7 @@ The <options> are all specified using optional keyword arguments:
(the default) or ``subprocess.STDOUT``. By default a new pipe will
be created and connected. When ``subprocess.STDOUT`` is specified,
the subprocess's standard error stream will be connected to the same
pipe as the stdandard output stream.
pipe as the standard output stream.
- ``bufsize``: The buffer size to be used when creating a pipe; this
is passed to ``subprocess.Popen()``. In the default implementation