about summary refs log tree commit diff
path: root/pkgs/development/python-modules/mpi4py
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/mpi4py')
-rw-r--r--pkgs/development/python-modules/mpi4py/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/mpi4py/default.nix b/pkgs/development/python-modules/mpi4py/default.nix
index 4422c4e9f37a..ec181652da66 100644
--- a/pkgs/development/python-modules/mpi4py/default.nix
+++ b/pkgs/development/python-modules/mpi4py/default.nix
@@ -47,7 +47,7 @@ buildPythonPackage rec {
 
   meta = {
     description =
-      "Provides Python bindings for the Message Passing Interface standard";
+      "Python bindings for the Message Passing Interface standard";
     homepage = "http://code.google.com/p/mpi4py/";
     license = stdenv.lib.licenses.bsd3;
   };