diff options
| author | Michael Daniels <mdaniels5757@gmail.com> | 2026-01-24 21:36:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-24 21:36:44 +0000 |
| commit | 006ecdbdeb4b1c7c4cbd8963d64e80be95348436 (patch) | |
| tree | 80338affcf93c1f2110b8c6b86a16449f0943319 /pkgs/development/interpreters | |
| parent | Merge master into staging-nixos (diff) | |
| parent | treewide: fix typos (diff) | |
| download | nixpkgs-006ecdbdeb4b1c7c4cbd8963d64e80be95348436.tar.gz | |
treewide: fix typos (#479869)
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: |
