From 6bab112bb73a5ee879425db216b3a743934694f2 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 24 Jan 2018 23:19:50 +0100 Subject: [PATCH] test/completion/imports.py: fix typo in comment --- test/completion/imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/completion/imports.py b/test/completion/imports.py index 5c8626fb..1afeb327 100644 --- a/test/completion/imports.py +++ b/test/completion/imports.py @@ -280,7 +280,7 @@ def underscore(): #? str() keyword.__file__ - # Does that also work for the our own module? + # Does that also work for our own module? #? ['__file__'] __file__