summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMichael Daniels <mdaniels5757@gmail.com>2026-01-24 21:36:44 +0000
committerGitHub <noreply@github.com>2026-01-24 21:36:44 +0000
commit006ecdbdeb4b1c7c4cbd8963d64e80be95348436 (patch)
tree80338affcf93c1f2110b8c6b86a16449f0943319 /pkgs/development/interpreters
parentMerge master into staging-nixos (diff)
parenttreewide: fix typos (diff)
downloadnixpkgs-006ecdbdeb4b1c7c4cbd8963d64e80be95348436.tar.gz
treewide: fix typos (#479869)
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/python/catch_conflicts/README.md4
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: