[Python-checkins] peps: Typos (stdandard).

guido.van.rossum python-checkins at python.org
Sun Feb 23 06:43:00 CET 2014


http://hg.python.org/peps/rev/4ce536918cbd
changeset:   5384:4ce536918cbd
user:        Guido van Rossum <guido at dropbox.com>
date:        Sat Feb 22 21:42:54 2014 -0800
summary:
  Typos (stdandard).

files:
  pep-3156.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -315,7 +315,7 @@
 
 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 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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list