summary refs log tree commit diff
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorFlorian Engel <florianengel39@gmail.com>2021-03-14 11:49:35 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-03-14 12:15:34 +0100
commit3329093c6aca716761a3d91089d49e5cbb873d77 (patch)
treefd06b573a6ecc82866e9e0974c563bd9636307ec /doc/languages-frameworks/python.section.md
parenta58bd74aacac6346d7e4a0bf27fe8af36d947476 (diff)
downloadnixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.gz
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.bz2
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.lz
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.xz
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.zst
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.zip
Remove repeating words from doc
Diffstat (limited to 'doc/languages-frameworks/python.section.md')
-rw-r--r--doc/languages-frameworks/python.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index e569cdaa935..26458c3906e 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -334,7 +334,7 @@ Above, we were mostly just focused on use cases and what to do to get started
 creating working Python environments in nix.
 
 Now that you know the basics to be up and running, it is time to take a step
-back and take a deeper look at at how Python packages are packaged on Nix. Then,
+back and take a deeper look at how Python packages are packaged on Nix. Then,
 we will look at how you can use development mode with your code.
 
 #### Python library packages in Nixpkgs
@@ -918,7 +918,7 @@ because their behaviour is different:
 
 * `nativeBuildInputs ? []`: Build-time only dependencies. Typically executables
   as well as the items listed in `setup_requires`.
-* `buildInputs ? []`: Build and/or run-time dependencies that need to be be
+* `buildInputs ? []`: Build and/or run-time dependencies that need to be
   compiled for the host machine. Typically non-Python libraries which are being
   linked.
 * `checkInputs ? []`: Dependencies needed for running the `checkPhase`. These