1
0
forked from VimPlug/jedi

Some minor docstring improvements

This commit is contained in:
Dave Halter
2020-03-19 00:11:02 +01:00
parent 516b58b287
commit f12262881d
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class Project(object):
def search(self, string, **kwargs):
"""
Tries to look in a whole project for names. If the project is very big,
Searches a name in the whole project. If the project is very big,
at some point Jedi will stop searching. However it's also very much
recommended to not exhaust the generator. Just display the first ten
results to the user.