From dbcba8fad7ac98b9a99cefb9ca51482024ea0353 Mon Sep 17 00:00:00 2001 From: Shyam Jos Date: Sat, 20 Oct 2018 22:24:44 +0530 Subject: [PATCH 1/3] Fixed minor spelling mistakes in changelog Fixed minor spelling mistakes in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c65f8..e25e0a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ - Prototype of static application support. # v0.0.10 -- Bufgix for async class-based views. +- Buggix for async class-based views. # v0.0.9 - Bugfix for async class-based views. @@ -39,7 +39,7 @@ - Safe load/dump yaml. # v0.0.4: - - Asyncronous support for data uploads. + - Asynchronous support for data uploads. - Bug fixes. # v0.0.3: From 0c342c8b3e5a9d6f276d3a4229086bf61bf21d9d Mon Sep 17 00:00:00 2001 From: Shyam Jos Date: Sat, 20 Oct 2018 23:01:57 +0530 Subject: [PATCH 2/3] Corrected Spelling Corrected Spelling --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25e0a5..f41429d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ - Prototype of static application support. # v0.0.10 -- Buggix for async class-based views. +- Bugfix for async class-based views. # v0.0.9 - Bugfix for async class-based views. From 19dfac8340b3296430416cc5f21ec559abaa0109 Mon Sep 17 00:00:00 2001 From: Taoufik Date: Sat, 20 Oct 2018 18:37:04 +0100 Subject: [PATCH 3/3] clean up --- responder/routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/responder/routes.py b/responder/routes.py index 1aabd9b..4d22b46 100644 --- a/responder/routes.py +++ b/responder/routes.py @@ -33,7 +33,6 @@ class Route: @property def endpoint_name(self): - print(self.endpoint.__name__) return self.endpoint.__name__ @property