mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-18 14:29:40 +08:00
cleanup/pep8
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ def follow_param(param):
|
||||
def search_param_in_docstr(docstr, param_str):
|
||||
lines = docstr.split('\n')
|
||||
|
||||
# look at #40 to see definitions of those params
|
||||
# look at #40 to see definitions of those params
|
||||
sphinx_comp = ':type %s:' % param_str
|
||||
googley_comp = re.compile('\s*%s\s+\(([^()]+)\)' % re.escape(param_str))
|
||||
for l in lines:
|
||||
|
||||
Reference in New Issue
Block a user