Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b070ba

Browse files
committed
spelling: decorated
Signed-off-by: Josh Soref <[email protected]>
1 parent 9eaeafd commit 7b070ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/types/IgnoredAndApproximations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def f(): pass
2828
is equivalent to f = dec(x)(f)
2929
but in a context-insensitive context.
3030
Need a method:
31-
Object decoratored_function(Object decorator, Object undecorated);
31+
Object decorated_function(Object decorator, Object undecorated);
3232
But what is the decorator and what object is available as a result?
3333
Need to create an object for each decorator of a class or function.
3434
That should be the actual Object.

0 commit comments

Comments
 (0)