Skip to content

Commit

Permalink
Fix typo in file_collection_and_discovery.md (GH-2860)
Browse files Browse the repository at this point in the history
"you your" -> "your"

Co-authored-by: Felix Hildén <felix.hilden@gmail.com>
  • Loading branch information
LLyaudet and felix-hilden authored Feb 11, 2022
1 parent 862c6f2 commit 07a2e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage_and_configuration/file_collection_and_discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ as .pyi, and whether string normalization was omitted.

To override the location of these files on all systems, set the environment variable
`BLACK_CACHE_DIR` to the preferred location. Alternatively on macOS and Linux, set
`XDG_CACHE_HOME` to you your preferred location. For example, if you want to put the
cache in the directory you're running _Black_ from, set `BLACK_CACHE_DIR=.cache/black`.
`XDG_CACHE_HOME` to your preferred location. For example, if you want to put the cache
in the directory you're running _Black_ from, set `BLACK_CACHE_DIR=.cache/black`.
_Black_ will then write the above files to `.cache/black`. Note that `BLACK_CACHE_DIR`
will take precedence over `XDG_CACHE_HOME` if both are set.

Expand Down

0 comments on commit 07a2e6f

Please sign in to comment.