diff options
| author | Ben Siraphob <bensiraphob@gmail.com> | 2026-01-13 14:45:11 -0500 |
|---|---|---|
| committer | Ben Siraphob <bensiraphob@gmail.com> | 2026-01-13 14:45:11 -0500 |
| commit | c7e10647eadb53b7cf3552a53e8bb33c8248c8c3 (patch) | |
| tree | f5f8e759103457556140f2031d3c12153d8f4957 /pkgs/development/interpreters | |
| parent | yara-x: 1.10.0 -> 1.11.0 (#478431) (diff) | |
| download | nixpkgs-c7e10647eadb53b7cf3552a53e8bb33c8248c8c3.tar.gz | |
treewide: fix typos
Diffstat (limited to 'pkgs/development/interpreters')
| -rw-r--r-- | pkgs/development/interpreters/python/catch_conflicts/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/python/catch_conflicts/README.md b/pkgs/development/interpreters/python/catch_conflicts/README.md index d144b80e3385..a59df5f92fb8 100644 --- a/pkgs/development/interpreters/python/catch_conflicts/README.md +++ b/pkgs/development/interpreters/python/catch_conflicts/README.md @@ -3,8 +3,8 @@ catch_conflicts.py ================== -The file catch_conflicts.py is in a subdirectory because, if it isn't, the -/nix/store/ directory is added to sys.path causing a delay when building. +The file `catch_conflicts.py` is in a subdirectory because, if it isn't, the +`/nix/store/` directory is added to `sys.path`, causing a delay when building. Pointers: |
