Update post-history; corrected a typo.

This commit is contained in:
Guido van Rossum 2001-05-01 02:29:03 +00:00
parent 3deab93236
commit 655faadd09
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Status: Draft
Type: Standards Track
Python-Version: 2.1
Created: 30-Jan-2001
Post-History:
Post-History: 30-Apr-2001
Abstract
@ -100,7 +100,7 @@ C API Specification
Python API Specification
The StopIteration exception is made visiable as one of the
The StopIteration exception is made visible as one of the
standard exceptions. It is derived from Exception.
A new built-in function is defined, iter(), which can be called in