Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipenv/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(self) -> None:
self.USING_DEFAULT_PYTHON = True
"""Use the default Python"""

#: Location for Pipenv to store it's package cache.
#: Location for Pipenv to store its package cache.
#: Default is to use appdir's user cache directory.
self.PIPENV_CACHE_DIR = get_from_env(
"CACHE_DIR", check_for_negation=False, default=user_cache_dir("pipenv")
Expand Down
Loading