From f9d4144add5f45eeacc1289c2bbbe6bbf318dccc Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 21 Aug 2014 14:42:47 +0200 Subject: [PATCH] fix tornado example. bad command line in example. fix #861 --- examples/frameworks/tornadoapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/frameworks/tornadoapp.py b/examples/frameworks/tornadoapp.py index 2f76625f..d3e6d864 100644 --- a/examples/frameworks/tornadoapp.py +++ b/examples/frameworks/tornadoapp.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 - # -# This file is part of gunicorn released under the MIT license. +# This file is part of gunicorn released under the MIT license. # See the NOTICE for more information. # # Run with: # -# $ gunicorn -k egg:gunicorn#tornado tornadoapp:app +# $ gunicorn -k tornado tornadoapp:app # from datetime import timedelta