about summary refs log tree commit diff
path: root/doc
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
parent5ca99ae7a7d685980048dff05b5db18d31202ebe (diff)
downloadnixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.gz
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.bz2
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.lz
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.xz
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.tar.zst
nixlib-a73a28de7b16734d8e28da8be43a06b92eeb6bc3.zip
fix grammar errors
Diffstat (limited to 'doc')
-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 fc0a0ba987ae..3ee25669f742 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: