Update pep-362 text.

This commit is contained in:
Andrew Svetlov 2012-09-21 18:08:27 +03:00
parent c56a901517
commit 5cbc40c873
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ make a modified copy:
True
>>> new_sig = new_sig.replace(return_annotation=new_sig.empty)
>>> hasattr(new_sig, "return_annotation")
False
>>> new_sig.return_annotation is Signature.empty
True
There are two ways to instantiate a Signature class: