Commit 87e2814b authored by Robert Bradshaw's avatar Robert Bradshaw

tiny doc fix

parent cae2bcf2
......@@ -391,5 +391,5 @@ def get_cython_cache_dir():
if parent and os.path.isdir(parent):
return os.path.join(parent, 'cython')
# last fallback: ~/.cython/inline
# last fallback: ~/.cython
return os.path.expanduser(os.path.join('~', '.cython'))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment