summaryrefslogtreecommitdiff
path: root/rest-api-templates
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2013-04-28 03:32:35 +0000
committerKinsey Moore <kmoore@digium.com>2013-04-28 03:32:35 +0000
commit5eb184aa95d4ce6b67d63a6c3d824276938637d6 (patch)
tree01b97b7c585ad10cacd69de7878d4fa30804191c /rest-api-templates
parent3aac3d2ee57bb3072e906abde03f15108df4ef27 (diff)
Fix spelling error in python doc
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386774 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rest-api-templates')
-rw-r--r--rest-api-templates/swagger_model.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rest-api-templates/swagger_model.py b/rest-api-templates/swagger_model.py
index 32e7cb5cd..3e25cfdc2 100644
--- a/rest-api-templates/swagger_model.py
+++ b/rest-api-templates/swagger_model.py
@@ -65,7 +65,7 @@ class SwaggerPostProcessor(object):
"""Post process a ResourceApi object.
@param resource_api: ResourceApi object.
- @param contect: Current context in the API.
+ @param context: Current context in the API.
"""
pass
@@ -73,7 +73,7 @@ class SwaggerPostProcessor(object):
"""Post process a Operation object.
@param operation: Operation object.
- @param contect: Current context in the API.
+ @param context: Current context in the API.
"""
pass
@@ -81,7 +81,7 @@ class SwaggerPostProcessor(object):
"""Post process a Parameter object.
@param parameter: Parameter object.
- @param contect: Current context in the API.
+ @param context: Current context in the API.
"""
pass