change word

This commit is contained in:
Benjamin Peterson 2011-08-17 12:05:13 -05:00
parent 01fc6cd056
commit c77239613b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Core and Builtins
- Make type(None), type(Ellipsis), and type(NotImplemented) callable. They
return the respective singleton instances.
- Forbid summing bytes in sum().
- Forbid summing bytes with sum().
- Verify the types of AST strings and identifiers provided by the user before
compiling them.