summary refs log tree commit diff
path: root/doc/languages-frameworks/python.md
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-04-06 16:16:23 +0000
committerRobin Gloster <mail@glob.in>2016-04-06 16:16:23 +0000
commita73a28de7b16734d8e28da8be43a06b92eeb6bc3 (patch)
tree0e6d49cc764c6bf22007801c1ab20e7c9a8a85dc /doc/languages-frameworks/python.md
parent5ca99ae7a7d685980048dff05b5db18d31202ebe (diff)
downloadnixpkgs-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar
nixpkgs-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.gz
nixpkgs-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.bz2
nixpkgs-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.lz
nixpkgs-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.xz
nixpkgs-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.zst
nixpkgs-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.zip
fix grammar errors
Diffstat (limited to 'doc/languages-frameworks/python.md')
-rw-r--r--doc/languages-frameworks/python.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.md b/doc/languages-frameworks/python.md
index fc0a0ba987a..3ee25669f74 100644
--- a/doc/languages-frameworks/python.md
+++ b/doc/languages-frameworks/python.md
@@ -599,7 +599,7 @@ Given a `default.nix`:
     src = ./.; }
 
 Running `nix-shell` with no arguments should give you
-the environment in which the package would be build with
+the environment in which the package would be built with
 `nix-build`.
 
 Shortcut to setup environments with C headers/libraries and python packages: