We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46bc4ef + 1f9dbee commit b00148eCopy full SHA for b00148e
pipenv/environments.py
@@ -108,7 +108,7 @@ def __init__(self) -> None:
108
self.USING_DEFAULT_PYTHON = True
109
"""Use the default Python"""
110
111
- #: Location for Pipenv to store it's package cache.
+ #: Location for Pipenv to store its package cache.
112
#: Default is to use appdir's user cache directory.
113
self.PIPENV_CACHE_DIR = get_from_env(
114
"CACHE_DIR", check_for_negation=False, default=user_cache_dir("pipenv")
0 commit comments