From c2bb795151a56d7f3badac179202b2bfa4e126d9 Mon Sep 17 00:00:00 2001 From: Anton Zub Date: Sat, 3 Feb 2018 07:58:05 +0200 Subject: [PATCH 1/2] Fix typo in docstring for imports.py --- jedi/evaluate/imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/evaluate/imports.py b/jedi/evaluate/imports.py index 98768a47..586458a6 100644 --- a/jedi/evaluate/imports.py +++ b/jedi/evaluate/imports.py @@ -9,7 +9,7 @@ This module uses imp for python up to 3.2 and importlib for python 3.3 on; the correct implementation is delegated to _compatibility. This module also supports import autocompletion, which means to complete -statements like ``from datetim`` (curser at the end would return ``datetime``). +statements like ``from datetim`` (cursor at the end would return ``datetime``). """ import os From 18819292e65536f9754705bbf3ca179765eab121 Mon Sep 17 00:00:00 2001 From: Anton Zub Date: Sat, 3 Feb 2018 08:08:29 +0200 Subject: [PATCH 2/2] Add author's name to AUTHORS.txt --- AUTHORS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.txt b/AUTHORS.txt index 29f46765..691795dd 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -46,5 +46,6 @@ Simon Ruggier (@sruggier) Élie Gouzien (@ElieGouzien) Robin Roth (@robinro) Malte Plath (@langsamer) +Anton Zub (@zabulazza) Note: (@user) means a github user name.