From e22d1112c4125b6ee09d0710a93f9911b8ef5eec Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 14 Jun 2012 10:10:28 -0400 Subject: [PATCH] Fix a spelling error. --- pep-0362.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0362.txt b/pep-0362.txt index 9235e252c..34d523f47 100644 --- a/pep-0362.txt +++ b/pep-0362.txt @@ -320,7 +320,7 @@ Annotation Checker format(func=sig.qualname, arg=param.name)) def check_type(sig, arg_name, arg_type, arg_value): - # Internal function that incapsulates arguments type checking + # Internal function that encapsulates arguments type checking if not isinstance(arg_value, arg_type): raise ValueError("{func}: wrong type of {arg!r} argument, " \ "{exp!r} expected, got {got!r}". \