From 3a847d921efcceaaf213c2b31a7a20061ba97c84 Mon Sep 17 00:00:00 2001 From: Javad Date: Sun, 14 Oct 2018 01:15:11 +0330 Subject: [PATCH] fixed typo --- responder/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responder/api.py b/responder/api.py index 4b05c70..9ff9261 100644 --- a/responder/api.py +++ b/responder/api.py @@ -220,7 +220,7 @@ class API: return (query, result, status_code) def route(self, route, **options): - """Decorator for creating new routes around function and class defenitions. + """Decorator for creating new routes around function and class definitions. Usage::