1
0
forked from VimPlug/jedi

Remove some documentation that was not necessary.

This commit is contained in:
Dave Halter
2017-03-20 21:10:49 +01:00
parent d218acee6b
commit ff90beca6b

View File

@@ -3,8 +3,6 @@ This caching is very important for speed and memory optimizations. There's
nothing really spectacular, just some decorators. The following cache types are
available:
- module caching (`load_parser` and `save_parser`), which uses pickle and is
really important to assure low load times of modules like ``numpy``.
- ``time_cache`` can be used to cache something for just a limited time span,
which can be useful if there's user interaction and the user cannot react
faster than a certain time.