From 860035646d73f530007486a2158584b2f8c14f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 15 Nov 2014 20:23:32 +0100 Subject: [PATCH] typos --- doc/language-support.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/language-support.xml b/doc/language-support.xml index 67949808ec0..e1049534c6b 100644 --- a/doc/language-support.xml +++ b/doc/language-support.xml @@ -426,7 +426,7 @@ are provided with all modules included.
<function>python.buildEnv</function> function - Create Python envorinments using low-level pkgs.buildEnv function. Example default.nix: + Create Python environments using low-level pkgs.buildEnv function. Example default.nix:
Tools Packages inside nixpkgs are written by hand. However many tools -exist in community to help save time. No tool is prefered at the moment. +exist in community to help save time. No tool is preferred at the moment. @@ -535,10 +535,10 @@ exist in community to help save time. No tool is prefered at the moment. $ nix-shell -p pythonPackages.pyramid zlib libjpeg git - - Note: there is a boolean value lib.inNixShell set to + + There is a boolean value lib.inNixShell set to true if nix-shell is invoked. - +