1
0
forked from VimPlug/jedi

Make jedi testing explanations better

This commit is contained in:
Dave Halter
2020-03-19 02:13:01 +01:00
parent ffbaa4afea
commit 2f651966e7
4 changed files with 42 additions and 50 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Changelog
means that on the class keyword it will now return the docstring of Python's
builtin function ``help('class')``.
- The API documentation is now way more readable and complete. Check it out
under https://jedi.readthedocs.io.
under https://jedi.readthedocs.io. A lot of it has been rewritten.
- Removed Python 3.4 support
- Many bugfixes