From 8131f1975127e1675edfb8496cad13fcd8cd788b Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 4 Feb 2017 18:11:54 +0100 Subject: [PATCH] Correct an issue in the tests with the last commit. --- test/completion/decorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/completion/decorators.py b/test/completion/decorators.py index 685f1f65..27e455ae 100644 --- a/test/completion/decorators.py +++ b/test/completion/decorators.py @@ -315,4 +315,4 @@ import abc @abc #? ['abstractmethod'] -@abc.abstractmethod''') +@abc.abstractmethod