mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Correcting a sentence.
This commit is contained in:
@@ -115,7 +115,7 @@ else:
|
|||||||
'jedi')
|
'jedi')
|
||||||
cache_directory = os.path.expanduser(_cache_directory)
|
cache_directory = os.path.expanduser(_cache_directory)
|
||||||
"""
|
"""
|
||||||
The path where all the caches can be found.
|
The path where the cache is stored.
|
||||||
|
|
||||||
On Linux, this defaults to ``~/.cache/jedi/``, on OS X to
|
On Linux, this defaults to ``~/.cache/jedi/``, on OS X to
|
||||||
``~/Library/Caches/Jedi/`` and on Windows to ``%APPDATA%\\Jedi\\Jedi\\``.
|
``~/Library/Caches/Jedi/`` and on Windows to ``%APPDATA%\\Jedi\\Jedi\\``.
|
||||||
|
|||||||
Reference in New Issue
Block a user