Skip to content

Commit b00148e

Browse files
authored
Merge pull request #6349 from gautambhat/main
Fix typo in documentation for PIPENV_CACHE_DIR
2 parents 46bc4ef + 1f9dbee commit b00148e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipenv/environments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(self) -> None:
108108
self.USING_DEFAULT_PYTHON = True
109109
"""Use the default Python"""
110110

111-
#: Location for Pipenv to store it's package cache.
111+
#: Location for Pipenv to store its package cache.
112112
#: Default is to use appdir's user cache directory.
113113
self.PIPENV_CACHE_DIR = get_from_env(
114114
"CACHE_DIR", check_for_negation=False, default=user_cache_dir("pipenv")

0 commit comments

Comments
 (0)