about summary refs log tree commit diff
path: root/pkgs/development/python-modules/tornado/4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/tornado/4.nix')
-rw-r--r--pkgs/development/python-modules/tornado/4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/tornado/4.nix b/pkgs/development/python-modules/tornado/4.nix
index c534ae800ed9d..0381e25d953e8 100644
--- a/pkgs/development/python-modules/tornado/4.nix
+++ b/pkgs/development/python-modules/tornado/4.nix
@@ -35,7 +35,7 @@ buildPythonPackage rec {
   __darwinAllowLocalNetworking = true;
 
   meta = {
-    description = "A web framework and asynchronous networking library";
+    description = "Web framework and asynchronous networking library";
     homepage = "https://www.tornadoweb.org/";
     license = lib.licenses.asl20;
   };