fixed typo

This commit is contained in:
Javad
2018-10-14 01:15:11 +03:30
committed by GitHub
parent 806fdb9541
commit 3a847d921e
+1 -1
View File
@@ -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::