From aedd680e9d360ffea7bb4e2941c2d6e5baa1b052 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sat, 16 Feb 2013 14:06:23 +0100 Subject: [PATCH] Typo in docstring --- jedi/docstrings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/docstrings.py b/jedi/docstrings.py index bbc5290b..d9aad406 100644 --- a/jedi/docstrings.py +++ b/jedi/docstrings.py @@ -10,7 +10,7 @@ understands: For example, the sphinx annotation ``:type foo: str`` clearly states that the type of ``foo`` is ``str``. -As an addition to parameter searching, this module also providees return +As an addition to parameter searching, this module also provides return annotations. """